Author: arkurth
Date: Mon Apr 9 17:44:15 2018
New Revision: 1828762
URL: http://svn.apache.org/viewvc?rev=1828762&view=rev
Log:
added left-column to CSS
Modified:
vcl/site/trunk/content/css/vcl.css
Modified: vcl/site/trunk/content/css/vcl.css
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/css/vcl.css?rev=1828762&r1=1828761&r2=1828762&view=diff
==============================================================================
--- vcl/site/trunk/content/css/vcl.css (original)
+++ vcl/site/trunk/content/css/vcl.css Mon Apr 9 17:44:15 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;