Compare commits

..

No commits in common. "86f7d9d162337e1893faf00b2cdb09913e251368" and "f66e1fd99d4400c6a1c98d015ad57dd5c9dcfb4a" have entirely different histories.

3 changed files with 1 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,3 @@
button {
@extend .button;
}
button,.button { button,.button {
&.small{ &.small{
padding: $global-padding*0.5 $global-padding*1.5; padding: $global-padding*0.5 $global-padding*1.5;
@ -61,6 +58,3 @@ button,.button {
border: none; border: none;
} }
} }
.end_of_page_button {
@extend .button.small;
}

View File

@ -79,12 +79,6 @@ body:not(.browse) #content {
border-top: none; border-top: none;
} }
// vertical spacing for bloc elements
//
.archive-item-block {
margin-bottom: $global-margin * 1;
}
/* Styles for vertical menu layout */ /* Styles for vertical menu layout */
body.vertical-menu { body.vertical-menu {