diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-07 01:19:07 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-07 01:19:07 +0200 |
commit | 7308dbae282194356c2e95936aecc15ea059f356 (patch) | |
tree | d7f218ff3e997ff4e0df08648b0136592bee9d35 /view/theme/vier | |
parent | 34d268544e565985014ada4369e8673c87883a0a (diff) | |
download | volse-hubzilla-7308dbae282194356c2e95936aecc15ea059f356.tar.gz volse-hubzilla-7308dbae282194356c2e95936aecc15ea059f356.tar.bz2 volse-hubzilla-7308dbae282194356c2e95936aecc15ea059f356.zip |
"vier": Bookmarks now look better.
Diffstat (limited to 'view/theme/vier')
-rw-r--r--[-rwxr-xr-x] | view/theme/vier/nav.tpl | 0 | ||||
-rw-r--r-- | view/theme/vier/style.css | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/vier/nav.tpl b/view/theme/vier/nav.tpl index 8c872864c..8c872864c 100755..100644 --- a/view/theme/vier/nav.tpl +++ b/view/theme/vier/nav.tpl diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 13b648d5c..d8f012c4d 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -609,6 +609,10 @@ nav #nav-apps-link.selected { padding: 5px 10px; */ } +.notify-seen { + background: none repeat scroll 0 0 #DDDDDD; + } + ul.menu-popup { position: absolute; display: none; @@ -1641,6 +1645,12 @@ blockquote { border-left: 1px solid #D2D2D2; padding-left: 9px; margin: 0 0 0 .8ex; + color: #777; +} + +.oembed { + font-size: large; + font-weight: bold; } /* ================== */ |