forked from GitHub/dbot
Hopefully not another dumb error (TM).
This commit is contained in:
parent
885b56f09a
commit
1b9fbdd894
@ -46,7 +46,7 @@ a.category, a.quote {
|
||||
|
||||
/* Quotes list page */
|
||||
|
||||
a.category {
|
||||
.category {
|
||||
background: white;
|
||||
float: left;
|
||||
display: inline;
|
||||
@ -55,10 +55,15 @@ a.category {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
a.category:hover {
|
||||
.category:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.category a {
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
span.quote {
|
||||
background: #222;
|
||||
margin: 10px;
|
||||
|
@ -1,3 +1,4 @@
|
||||
div#quotelist
|
||||
-each quote in quotelist
|
||||
a.quote(href='/quotes/'+quote) #{quote}
|
||||
div.quote
|
||||
a(href='/quotes/'+quote) #{quote}
|
||||
|
Loading…
Reference in New Issue
Block a user