add general sidebar settings
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
86b97e5ed2
commit
d9786b4048
1 changed files with 12 additions and 0 deletions
12
local.css
12
local.css
|
@ -8,6 +8,18 @@
|
||||||
* 2008-01-??
|
* 2008-01-??
|
||||||
* */
|
* */
|
||||||
|
|
||||||
|
#sidebar {
|
||||||
|
line-height: 3ex;
|
||||||
|
width: 20ex;
|
||||||
|
float: right;
|
||||||
|
margin-left: 40px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
padding: 2ex 2ex;
|
||||||
|
background: white;
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #474747;
|
background: #474747;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue