diff options
author | Friendika <info@friendika.com> | 2011-01-19 17:56:36 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-19 17:56:36 -0800 |
commit | b1d67c8d3ca217fb1383cad947c00fb560d51342 (patch) | |
tree | 0b2fed42b80dd1dafaea642f2a957c9d233a4ebb /view | |
parent | e7c5f9e7de033098d9dcf58bb1cffda934dbd2c3 (diff) | |
download | volse-hubzilla-b1d67c8d3ca217fb1383cad947c00fb560d51342.tar.gz volse-hubzilla-b1d67c8d3ca217fb1383cad947c00fb560d51342.tar.bz2 volse-hubzilla-b1d67c8d3ca217fb1383cad947c00fb560d51342.zip |
network view all item types by date
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 7 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 0457850dc..e34b622c6 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1989,3 +1989,10 @@ a.mail-list-link { #birthday-wrapper { margin-bottom: 20px; } + + +#network-new-link { + margin-top: 15px; + margin-bottom: 15px; +} + diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ffe8b1df2..b00f24cc2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1873,3 +1873,10 @@ a.mail-list-link { #birthday-wrapper { margin-bottom: 20px; } + +#network-new-link { + margin-top: 15px; + margin-bottom: 15px; +} + + |