Hopefully not another dumb error (TM).

This commit is contained in:
Samuel Clements 2011-11-08 20:16:35 +00:00
parent 885b56f09a
commit 1b9fbdd894
2 changed files with 9 additions and 3 deletions

View File

@ -46,7 +46,7 @@ a.category, a.quote {
/* Quotes list page */ /* Quotes list page */
a.category { .category {
background: white; background: white;
float: left; float: left;
display: inline; display: inline;
@ -55,10 +55,15 @@ a.category {
border-radius: 15px; border-radius: 15px;
} }
a.category:hover { .category:hover {
opacity: 0.8; opacity: 0.8;
} }
.category a {
width:100%;
height:100%;
}
span.quote { span.quote {
background: #222; background: #222;
margin: 10px; margin: 10px;

View File

@ -1,3 +1,4 @@
div#quotelist div#quotelist
-each quote in quotelist -each quote in quotelist
a.quote(href='/quotes/'+quote) #{quote} div.quote
a(href='/quotes/'+quote) #{quote}