diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 13:52:39 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 13:52:39 (GMT) |
commit | 3bddbc9e7a84c2e6712b63bd0fe881a4a3e6261c (patch) | |
tree | d0a970fc5116c0449c751008fc260eaf434849f6 /web/content | |
parent | 837aa10de4e4bad3d5994731fac81cd19c4cceea (diff) | |
download | site-3bddbc9e7a84c2e6712b63bd0fe881a4a3e6261c.tar.gz |
CSS cosmetics: span.current -> span#current
"current" is just one element, not a class of elements.
Diffstat (limited to 'web/content')
-rw-r--r-- | web/content/media/plugins.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/content/media/plugins.css b/web/content/media/plugins.css index 42d9a73..0e104b9 100644 --- a/web/content/media/plugins.css +++ b/web/content/media/plugins.css | |||
@@ -62,7 +62,7 @@ div#menu span { | |||
62 | padding: 0.6em; | 62 | padding: 0.6em; |
63 | } | 63 | } |
64 | 64 | ||
65 | div#menu span.current { | 65 | div#menu span#current { |
66 | color: #fff; | 66 | color: #fff; |
67 | background-color: #5a95c7; | 67 | background-color: #5a95c7; |
68 | } | 68 | } |