diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-02-20 13:18:22 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-02-20 13:18:22 +0100 |
commit | 8ed42623930b16f7cf5d1e02d5f0d0621e50c93d (patch) | |
tree | 3a338dfa81a9e898c1ebb708431fa1fb2a7a707e /apps/bookmarks/css/bookmarks.css | |
parent | 430ccef09cb303e1b2136cd0599f3baddf4acbcd (diff) | |
parent | 30d524b4260fe3e920b6be1f3818a0fbcbb5adfc (diff) | |
download | nextcloud-server-8ed42623930b16f7cf5d1e02d5f0d0621e50c93d.tar.gz nextcloud-server-8ed42623930b16f7cf5d1e02d5f0d0621e50c93d.zip |
Merge gitorious.org:owncloud/owncloud into vcategories
Diffstat (limited to 'apps/bookmarks/css/bookmarks.css')
-rw-r--r-- | apps/bookmarks/css/bookmarks.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/bookmarks/css/bookmarks.css b/apps/bookmarks/css/bookmarks.css index 48f0bede110..8dfdc8a07b9 100644 --- a/apps/bookmarks/css/bookmarks.css +++ b/apps/bookmarks/css/bookmarks.css @@ -83,4 +83,17 @@ .loading_meta { display: none; margin-left: 5px; -}
\ No newline at end of file +} + +#footer { + color: #999; + font-size: medium; + text-align: center; + position: absolute; + bottom: 10px; + left: 0px; + width: 100%; + height: 20px; + visibility: visible; + display: block +} |