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 */
|
/* 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;
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user