Cable-Desktop/options.css

20 lines
254 B
CSS
Raw Normal View History

2014-01-10 08:48:05 +01:00
* {
font-family: Ubuntu, Segoe, 'Lucidia Grande', sans-serif;
}
html {
margin: 12px 0 0 100px;
}
h1 {
font-size: 14pt;
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
h2 {
font-size: 12pt;
font-weight: normal;
}