diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 17:14:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 17:14:10 -0400 |
commit | 92d18134bfe082f75211b3baa93f20d88367dba6 (patch) | |
tree | 8fdfc1cd8204eaad59446cf688d22d87ce02dc98 /theme/identica | |
parent | 770788d98eb9dfca51e6299e023edab26765c0bf (diff) | |
parent | 05b04b7970d1b0f1e35a64a5537ad61e2fb8db1c (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 9e7c10ac5..8edb005a6 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -37,7 +37,6 @@ background:none; input.submit, #form_notice.warning #notice_text-count, -#nav_register a, .form_settings .form_note, .entity_remote_subscribe { background-color:#9BB43E; @@ -48,7 +47,6 @@ input:focus, textarea:focus, select:focus, border-color:#9BB43E; } input.submit, -#nav_register a, .entity_remote_subscribe { color:#fff; } @@ -97,12 +95,6 @@ cursor:wait; text-indent:-9999px; } -#nav_register a { -text-decoration:none; -font-weight:bold; -padding:2px 4px; -} - #content, #site_nav_local_views a, #aside_primary { @@ -121,10 +113,10 @@ background-color:rgba(255, 255, 255, 0.7); } -#page_notice .error { +.error { background-color:#F7E8E8; } -#page_notice .success { +.success { background-color:#EFF3DC; } |