mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
427778c4b7
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2035 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
26 lines
363 B
CSS
26 lines
363 B
CSS
body {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
span.term {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sidebar {
|
|
background: #F0F0F0;
|
|
border: 1px solid gray;
|
|
padding: 5px;
|
|
margin: 20px;
|
|
}
|
|
|
|
pre.programlisting {
|
|
background: #E0E0E0;
|
|
border: 1px solid gray;
|
|
padding: 2px;
|
|
white-space: pre;
|
|
}
|