@@ -44,9 +44,9 @@
&.thumb
& img, & .icon
- margin: -9px 9px -9px -9px
- height: 48px !important
- width:48px !important
+ margin: -10px 10px -10px -10px
+ height: 53px !important
+ width:53px !important
font-size: 3.6em
&.anchor
@@ -20,8 +20,7 @@ nav
header &
font-weigth: 700
& a
- padding: 0 6px
- min-width: 30px
+ padding: 0 10px
z-index: 1000
float: left
height: HEADER_FOOTER_HEIGHT
@@ -90,3 +90,5 @@ size = 5px
font-size: FONT_SIZE_SMALL
&.big
font-size: FONT_SIZE_BIG
+ &.opacity
+ opacity: 0.5
@@ -45,9 +45,9 @@
}
.list li.thumb img,
.list li.thumb .icon {
- margin: -9px 9px -9px -9px;
- height: 48px !important;
- width: 48px !important;
+ margin: -10px 10px -10px -10px;
+ height: 53px !important;
+ width: 53px !important;
font-size: 3.6em;
.list li.anchor {
@@ -25,8 +25,7 @@ header nav {
font-weigth: 700;
header nav a {
- padding: 0 6px;
- min-width: 30px;
+ padding: 0 10px;
z-index: 1000;
float: left;
height: 44px;
@@ -100,3 +100,6 @@
.text.big {
font-size: 1.2em;
+.text.opacity {
+ opacity: 0.5;
+}