diff options
author | friendica <info@friendica.com> | 2013-01-15 13:59:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-15 13:59:52 -0800 |
commit | b7d047483f005eb3d05efc62cf12c50e1e4e105e (patch) | |
tree | 5d57845037d3f238ce1ca262bb5aaf82c8e844e2 /view/css | |
parent | 6b6a742a1b9935b34c039bc8f33ef926f996c158 (diff) | |
download | volse-hubzilla-b7d047483f005eb3d05efc62cf12c50e1e4e105e.tar.gz volse-hubzilla-b7d047483f005eb3d05efc62cf12c50e1e4e105e.tar.bz2 volse-hubzilla-b7d047483f005eb3d05efc62cf12c50e1e4e105e.zip |
missed adding these files yesterday, they're needed for pages to work
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_page.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/css/mod_page.css b/view/css/mod_page.css new file mode 100644 index 000000000..a0b63775e --- /dev/null +++ b/view/css/mod_page.css @@ -0,0 +1,14 @@ + +.page-author { + font-size: 1.2em; + margin-bottom: 12px; +} + +.page-date { + margin-bottom: 10px; +} + + +.page-body { + +} |