diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 23:14:39 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 23:14:39 (GMT) |
commit | ea37372d31bd70135d980b7fa053bee7cc2a5133 (patch) | |
tree | 699e0b1327d2bf42c4965b40243d0833a683c337 /web/content | |
parent | 588ae809287c6c02e53fb0227bc3c4c6239d4561 (diff) | |
download | site-ea37372d31bd70135d980b7fa053bee7cc2a5133.tar.gz |
Right-align "stable release: X.Y" hint
Show the "Stable release: X.Y" hint on the right-hand side of the
breadcrumb navigation line.
Diffstat (limited to 'web/content')
-rw-r--r-- | web/content/media/plugins.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/content/media/plugins.css b/web/content/media/plugins.css index 0e104b9..552284f 100644 --- a/web/content/media/plugins.css +++ b/web/content/media/plugins.css | |||
@@ -109,6 +109,11 @@ div#breadcrumb { | |||
109 | font-size: small; | 109 | font-size: small; |
110 | } | 110 | } |
111 | 111 | ||
112 | div#breadcrumb span#release { | ||
113 | float: right; | ||
114 | font-weight: bold; | ||
115 | } | ||
116 | |||
112 | div#footer { | 117 | div#footer { |
113 | color: #696969; | 118 | color: #696969; |
114 | text-align: center; | 119 | text-align: center; |