mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
1b921d3e51
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@39716 467b73ca-7a2a-4603-9d3b-597d59a354a9
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;
|
|
} |