summaryrefslogtreecommitdiffstats
path: root/web/content
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-03 23:14:39 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-03 23:14:39 (GMT)
commitea37372d31bd70135d980b7fa053bee7cc2a5133 (patch)
tree699e0b1327d2bf42c4965b40243d0833a683c337 /web/content
parent588ae809287c6c02e53fb0227bc3c4c6239d4561 (diff)
downloadsite-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.css5
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
112div#breadcrumb span#release {
113 float: right;
114 font-weight: bold;
115}
116
112div#footer { 117div#footer {
113 color: #696969; 118 color: #696969;
114 text-align: center; 119 text-align: center;