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
|
||||
PREVIEW
|
||||
|
||||
= link_to "photos", albums_path
|
||||
%span{:style => "padding-left:30px;"}
|
||||
= link_to "photos", albums_path
|
||||
|
||||
.container
|
||||
.span-4.append-1.last
|
||||
|
|
|
|||
|
|
@ -70,9 +70,9 @@ header {
|
|||
color: black;
|
||||
background-color: #333333;
|
||||
border-bottom: 3px solid black;
|
||||
padding: 6px 0;
|
||||
padding-top: 0; }
|
||||
padding: 0; }
|
||||
header #diaspora_text {
|
||||
padding-top: 4px;
|
||||
font-family: "BrandonGrotesqueLightRegular";
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -76,10 +76,11 @@ header
|
|||
:color #333
|
||||
:border
|
||||
:bottom 3px solid #000
|
||||
:padding 6px 0
|
||||
:top 0
|
||||
:padding 0
|
||||
|
||||
#diaspora_text
|
||||
:padding
|
||||
:top 4px
|
||||
:font
|
||||
:family 'BrandonGrotesqueLightRegular'
|
||||
:size 16px
|
||||
|
|
@ -87,6 +88,7 @@ header
|
|||
:color #fff
|
||||
:text
|
||||
:shadow 0 2px 0 #000
|
||||
|
||||
a
|
||||
:color #666
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue