You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/04/30 23:58:31 UTC

svn commit: r1858458 - /openoffice/ooo-site/trunk/content/css/exceptions.css

Author: mseidel
Date: Tue Apr 30 23:58:31 2019
New Revision: 1858458

URL: http://svn.apache.org/viewvc?rev=1858458&view=rev
Log:
Increased left padding for event box

Modified:
    openoffice/ooo-site/trunk/content/css/exceptions.css

Modified: openoffice/ooo-site/trunk/content/css/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/css/exceptions.css?rev=1858458&r1=1858457&r2=1858458&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/css/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/css/exceptions.css Tue Apr 30 23:58:31 2019
@@ -27,11 +27,11 @@ h1 { padding-left: 0.5em; }
 #event_box { margin-bottom: 2%; border-radius: 10px; background: #D3D3D3; width: 100%; }
 /* #event_box { margin-bottom: 2%; border-radius: 10px; background: #D3D3D3; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } */
 #event_box li:hover { background: none; }
-#event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 15px 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
+#event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 15px 10px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
 /* #event_box_text { float: left; margin: -88px 0px 0px 251px; } */
 
 #alert_box { margin-bottom: 2%; border-radius: 10px; background: #F5A9A9; width: 100%; }
-/* #alert_box { margin-bottom: 2%; border-radius: 10px;  width: 100%; min-width: 680px; max-width: 1200px; } */
+/* #alert_box { margin-bottom: 2%; border-radius: 10px; width: 100%; min-width: 680px; max-width: 1200px; } */
 #alert_box li:hover { background: none; }
 #alert_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: #000000; font-weight: bold; text-decoration: none; }
 #alert_box p { margin-left: 3%; padding: 5px 3% 2% 0px; color: #000000; font-size: .9em; text-decoration: none; }
@@ -124,5 +124,5 @@ h1 { padding-left: 0.5em; }
 #downloadextendedtext ul li ul li:hover { background: none; }
 
 .largetable table tr.even td { background: #EEEEEE; }
-.largetable table tr.odd td  { background: none; }
-.builds   { background-position: left; background-repeat: no-repeat; padding: 2px 0 2px 18px; display: block; }
+.largetable table tr.odd td { background: none; }
+.builds { background-position: left; background-repeat: no-repeat; padding: 2px 0 2px 18px; display: block; }