Changeset 2846:6ff2f91304a8 for themes
- Timestamp:
- 12/15/14 14:59:47 (11 years ago)
- Branch:
- 2.7
- Location:
- themes/berlin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/scss/partials/_archive.scss
r2644 r2846 13 13 a { 14 14 color: $gray-very-dark; 15 &:focus { 16 color: $gray-very-light; 17 } 15 18 } 16 19 @media all and(min-width: $small-screen) { -
themes/berlin/style.css
r2703 r2846 788 788 overflow: hidden; 789 789 text-align: left; 790 background-image: url('img/icon_prev.png?1 390649129');790 background-image: url('img/icon_prev.png?1418493572'); 791 791 background-repeat: no-repeat; 792 792 background-position: 50% 50%; } … … 796 796 overflow: hidden; 797 797 text-align: left; 798 background-image: url('img/icon_next.png?1 390649129');798 background-image: url('img/icon_next.png?1418493572'); 799 799 background-repeat: no-repeat; 800 800 background-position: 50% 50%; } … … 1155 1155 .arch-block a { 1156 1156 color: #373737; } 1157 .arch-block a:focus { 1158 color: #f9f9f9; } 1157 1159 @media all and (min-width: 30em) { 1158 1160 .arch-block {
Note: See TracChangeset
for help on using the changeset viewer.