You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2018/04/09 17:44:23 UTC

svn commit: r1028136 - in /websites/staging/vcl/trunk/content: ./ css/vcl.css

Author: buildbot
Date: Mon Apr  9 17:44:22 2018
New Revision: 1028136

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/css/vcl.css

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr  9 17:44:22 2018
@@ -1 +1 @@
-1828758
+1828762

Modified: websites/staging/vcl/trunk/content/css/vcl.css
==============================================================================
--- websites/staging/vcl/trunk/content/css/vcl.css (original)
+++ websites/staging/vcl/trunk/content/css/vcl.css Mon Apr  9 17:44:22 2018
@@ -60,9 +60,12 @@ h3,h4,h5,h6 {
     border-style: none;
 }
 
-#navigation {
+#left-column {
 	float:left;
 	width: 200px;
+}
+
+#navigation {
 	background-color: #F4F5FB;
 	font-size: 11pt;
 	margin-top: -1px;
@@ -125,13 +128,18 @@ h3,h4,h5,h6 {
 
 #current-event {
 	float:left;
+    clear: left;
+    display: block;
 	width: 200px;
 	margin-top: 10px;
-	margin-right: 0px;
-	margin-left: 0px;
 	margin-bottom: 10px;
 }
 
+#current-event img {
+    display: block;
+    margin: auto;
+}
+
 #footer {
 	font-size:60%;
 	color:#999;