+
@@ -122,7 +122,7 @@
-
+
Index: www/www.reactos.org/drupal/sites/all/themes/zen_reactos/zen_reactos.info
===================================================================
--- www/www.reactos.org/drupal/sites/all/themes/zen_reactos/zen_reactos.info (revision 776)
+++ www/www.reactos.org/drupal/sites/all/themes/zen_reactos/zen_reactos.info (working copy)
@@ -34,14 +34,14 @@
; http://drupal.org/node/263967 for more details.
stylesheets[all][] = css/html-reset.css
-stylesheets[all][] = css/wireframes.css
+;stylesheets[all][] = css/wireframes.css
stylesheets[all][] = css/layout-liquid.css
;stylesheets[all][] = css/page-backgrounds.css
;stylesheets[all][] = css/tabs.css
stylesheets[all][] = css/pages.css
;stylesheets[all][] = css/blocks.css
stylesheets[all][] = css/navigation.css
-stylesheets[all][] = css/views-styles.css
+;stylesheets[all][] = css/views-styles.css
stylesheets[all][] = css/nodes.css
stylesheets[all][] = css/comments.css
stylesheets[all][] = css/forms.css
Index: www/www.reactos.org/drupal/sites/default/shared/css/reactos.css
===================================================================
--- www/www.reactos.org/drupal/sites/default/shared/css/reactos.css (revision 776)
+++ www/www.reactos.org/drupal/sites/default/shared/css/reactos.css (working copy)
@@ -5,10 +5,6 @@
COPYRIGHT: Copyright 2008-2009 Colin Finck
*/
-#content {
- padding-right: 10px;
-}
-
/* Headings */
h2 {
font-size: 22px;
@@ -16,55 +12,16 @@
font-weight: bold;
margin-top: 0;
}
-
-/* Bubbles */
-.bubble_bg, .selectable_bubble_bg, .hovered_bubble_bg {
- margin-bottom: 10px;
-}
-
/* IE6 doesn't add the size of the edges to the box height. So we have to add this space by enhancing the "padding-bottom" value */
* html .bubble_bg, * html .selectable_bubble_bg, * html .hovered_bubble_bg {
padding-bottom: 4px;
}
-
-.bubble_bg {
- background: #C9DAF8;
-}
-
.selectable_bubble_bg {
background: #E1EAFB;
}
-
.hovered_bubble_bg {
background: #FFFFCC;
}
-
-.bubble {
- padding: 8px;
-}
-
-.bubble h1 {
- background: transparent;
- color: black;
- font-size: 10pt;
- font-weight: bold;
- margin: 0 0 1em 0;
- padding: 0;
-}
-
-.rounded_ul {
- background: transparent url(../images/ul.gif) no-repeat scroll left top;
-}
-.rounded_ur {
- background: transparent url(../images/ur.gif) no-repeat scroll right top;
-}
-.rounded_ll {
- background: transparent url(../images/ll.gif) no-repeat scroll left bottom;
-}
-.rounded_lr {
- background: transparent url(../images/lr.gif) no-repeat scroll right bottom;
-}
-
/* Data Table */
.datatable th, .datatable td {
padding: 1px 1px 1px 2px;
@@ -80,6 +37,7 @@
.datatable tr.odd td,
.datatable tr.even td {
border-bottom: 1px solid #BBBBBB;
+ padding: 2px;
}
.datatable tr.odd td {