mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
19 lines
261 B
CSS
19 lines
261 B
CSS
|
/**
|
||
|
SilverStripe Black Candy Theme
|
||
|
http://www.silverstripe.com
|
||
|
|
||
|
IE7 Hacks Stylesheet.
|
||
|
*/
|
||
|
|
||
|
|
||
|
label {
|
||
|
margin-bottom: -10px;
|
||
|
}
|
||
|
|
||
|
/** The fonts are soo ugly. **/
|
||
|
#Sidebar li li {
|
||
|
font-size: 0.8em;
|
||
|
}
|
||
|
#Sidebar li li li a {
|
||
|
font-size: 0.8em;
|
||
|
}
|