Mercurial > libervia-templates
diff default/static/styles.css @ 1:b13a26d55c64
base: updated CSS handling to follow changes in backend, moved CSS file to /static with splitted files
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 05 Mar 2017 23:25:02 +0100 |
parents | default/blog/static/style.css@9a31d2c02f47 |
children | e6de0e67c4c1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default/static/styles.css Sun Mar 05 23:25:02 2017 +0100 @@ -0,0 +1,17 @@ +html { + font-family: sans-serif; +} + +header { + font-weight: bold; + text-align: center; +} + +footer { + width: 100%; + text-align: center; + font-size: 0.7em; + font-weight: bold; + position: fixed; + bottom: 5px; +}