diff options
| author | Mike Wey | 2011-09-12 22:57:09 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-09-12 22:57:09 +0200 |
| commit | e834a842836343a18aee81aa82ce0da4e65d9104 (patch) | |
| tree | 99586c3f2364d45bdd680432bc1d2e98bcd1dab4 /docs/style.css | |
| parent | 914411d8ab004e1c67b9307a3d94cb3fc132d763 (diff) | |
Add the headers to the docs, they still need some doc comments.
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/style.css b/docs/style.css index 21eecfc..c93c492 100644 --- a/docs/style.css +++ b/docs/style.css @@ -19,6 +19,7 @@ div#navigation font-size: 0.875em; float: left; padding: 0 1.5em; + margin-bottom: 2em; } div#navigation h2 @@ -201,10 +202,3 @@ a:visited /* Focal symbol that is being documented */ .ddoc_psymbol { color: #336600; } - -.red { color: red; } -.green { color: green; } -.blue { color: blue; } -.yellow { color: yellow; } -.black { color: black; } -.white { color: white; } |
