diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..11bcece --- /dev/null +++ b/static/style.css @@ -0,0 +1,24 @@ +div#header { + font-size: 150%; +} + +div#search { + text-align: center; +} + +div#search span.preSearchField { + font-style: italic; +} + +div#content div#navigation { + text-align: center; +} + +div#footer { + position: fixed; + bottom: 0px; + padding: 4px; + background-color: white; + left: 0px; + right: 0px; +} |