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 {
|
form.bp {
|
||||||
@include blueprint-form; }
|
@include blueprint-form; }
|
||||||
|
|
||||||
|
h1 a {
|
||||||
|
text-decoration: none;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
@include inline-block;
|
@include inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
= stylesheet_link_tag 'compiled/screen'
|
= stylesheet_link_tag 'compiled/screen'
|
||||||
%body
|
%body
|
||||||
#container
|
#container
|
||||||
%h1 Infinite Closet
|
%h1= link_to 'Infinite Closet', items_path
|
||||||
= flashes
|
= flashes
|
||||||
= yield
|
= yield
|
||||||
|
|
|
@ -466,6 +466,15 @@ form.bp textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 27, ../../../app/stylesheets/screen.scss */
|
/* 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 {
|
.item {
|
||||||
display: -moz-inline-box;
|
display: -moz-inline-box;
|
||||||
-moz-box-orient: vertical;
|
-moz-box-orient: vertical;
|
||||||
|
@ -478,7 +487,7 @@ form.bp textarea {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
/* line 33, ../../../app/stylesheets/screen.scss */
|
/* line 40, ../../../app/stylesheets/screen.scss */
|
||||||
.item img {
|
.item img {
|
||||||
display: block;
|
display: block;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|
Loading…
Reference in a new issue