diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 18:05:34 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 18:05:34 +0200 |
commit | 56a3a96e65e665088cde7a23761be790c67a7132 (patch) | |
tree | 8ee38a29f26202da6cfff253187bf302fb8e927d /css | |
parent | 799a1b95390a10a81d1abebe446a00fb06b07ba5 (diff) | |
download | nextcloud-server-56a3a96e65e665088cde7a23761be790c67a7132.tar.gz nextcloud-server-56a3a96e65e665088cde7a23761be790c67a7132.zip |
pushed content further down
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 9d39151641a..434ea739a08 100644 --- a/css/styles.css +++ b/css/styles.css @@ -69,7 +69,7 @@ form a { color:#000; text-decoration:none; } #plugins .music { background-image:url('../img/music.png'); } /* CONTENT ------------------------------------------------------------------ */ -#content { margin:4em 0 0 16em; } +#content { margin:7em 0 0 16em; } table { width:90%; margin:1em 5em 2em 3em; } table tr.mouseOver td { background-color:#eee; } table th, table td { padding:0; border-bottom:1px solid #ddd; text-align:left; font-style:italic; } |