You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2012/12/14 15:48:08 UTC

svn commit: r1421905 - /openwebbeans/cms-site/trunk/content/resources/css/main.css

Author: jlmonteiro
Date: Fri Dec 14 14:48:06 2012
New Revision: 1421905

URL: http://svn.apache.org/viewvc?rev=1421905&view=rev
Log:
updating css for news

Modified:
    openwebbeans/cms-site/trunk/content/resources/css/main.css

Modified: openwebbeans/cms-site/trunk/content/resources/css/main.css
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/resources/css/main.css?rev=1421905&r1=1421904&r2=1421905&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/resources/css/main.css (original)
+++ openwebbeans/cms-site/trunk/content/resources/css/main.css Fri Dec 14 14:48:06 2012
@@ -19,4 +19,17 @@
 
 blockquote p {
     font-size: 14px;
+}
+
+.span-one-third {
+    width: 300px;
+}
+.span-two-thirds {
+    width: 620px;
+}
+.offset-one-third {
+    margin-left: 340px;
+}
+.offset-two-thirds {
+    margin-left: 660px;
 }
\ No newline at end of file