forked from OpenNeo/impress
link header to root
This commit is contained in:
parent
a7cb8a63d7
commit
b8853c4158
3 changed files with 18 additions and 2 deletions
|
@ -24,6 +24,13 @@ body {
|
|||
form.bp {
|
||||
@include blueprint-form; }
|
||||
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
@include inline-block;
|
||||
padding: 10px;
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
= stylesheet_link_tag 'compiled/screen'
|
||||
%body
|
||||
#container
|
||||
%h1 Infinite Closet
|
||||
%h1= link_to 'Infinite Closet', items_path
|
||||
= flashes
|
||||
= yield
|
||||
|
|
|
@ -466,6 +466,15 @@ form.bp textarea {
|
|||
}
|
||||
|
||||
/* line 27, ../../../app/stylesheets/screen.scss */
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
/* line 29, ../../../app/stylesheets/screen.scss */
|
||||
h1 a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* line 34, ../../../app/stylesheets/screen.scss */
|
||||
.item {
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: vertical;
|
||||
|
@ -478,7 +487,7 @@ form.bp textarea {
|
|||
vertical-align: top;
|
||||
width: 100px;
|
||||
}
|
||||
/* line 33, ../../../app/stylesheets/screen.scss */
|
||||
/* line 40, ../../../app/stylesheets/screen.scss */
|
||||
.item img {
|
||||
display: block;
|
||||
height: 80px;
|
||||
|
|
Loading…
Reference in a new issue