made header shorter
This commit is contained in:
parent
8a4c6fc2ee
commit
f9a19e679f
3 changed files with 8 additions and 5 deletions
|
|
@ -53,7 +53,8 @@
|
||||||
%span.sub_text
|
%span.sub_text
|
||||||
PREVIEW
|
PREVIEW
|
||||||
|
|
||||||
= link_to "photos", albums_path
|
%span{:style => "padding-left:30px;"}
|
||||||
|
= link_to "photos", albums_path
|
||||||
|
|
||||||
.container
|
.container
|
||||||
.span-4.append-1.last
|
.span-4.append-1.last
|
||||||
|
|
|
||||||
|
|
@ -70,9 +70,9 @@ header {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-bottom: 3px solid black;
|
border-bottom: 3px solid black;
|
||||||
padding: 6px 0;
|
padding: 0; }
|
||||||
padding-top: 0; }
|
|
||||||
header #diaspora_text {
|
header #diaspora_text {
|
||||||
|
padding-top: 4px;
|
||||||
font-family: "BrandonGrotesqueLightRegular";
|
font-family: "BrandonGrotesqueLightRegular";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
|
|
@ -76,10 +76,11 @@ header
|
||||||
:color #333
|
:color #333
|
||||||
:border
|
:border
|
||||||
:bottom 3px solid #000
|
:bottom 3px solid #000
|
||||||
:padding 6px 0
|
:padding 0
|
||||||
:top 0
|
|
||||||
|
|
||||||
#diaspora_text
|
#diaspora_text
|
||||||
|
:padding
|
||||||
|
:top 4px
|
||||||
:font
|
:font
|
||||||
:family 'BrandonGrotesqueLightRegular'
|
:family 'BrandonGrotesqueLightRegular'
|
||||||
:size 16px
|
:size 16px
|
||||||
|
|
@ -87,6 +88,7 @@ header
|
||||||
:color #fff
|
:color #fff
|
||||||
:text
|
:text
|
||||||
:shadow 0 2px 0 #000
|
:shadow 0 2px 0 #000
|
||||||
|
|
||||||
a
|
a
|
||||||
:color #666
|
:color #666
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue