/[drupal]/contributions/themes/d4rk/style.css
ViewVC logotype

Diff of /contributions/themes/d4rk/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Jan 30 20:27:17 2009 UTC revision 1.2, Sun Feb 1 04:32:21 2009 UTC
# Line 0  Line 1 
1    /* Simple Layout reset */
2    
3    * { margin: 0; padding: 0;}
4    
5    .codeclear:after {
6      content: ".";
7      display: block;
8      height: 0;
9      clear: both;
10      visibility: hidden;
11    }
12    
13    .codeclear { display: inline-block; }
14    
15    /* Hides from IE-mac \*/
16    * html .codeclear { height: 1%; }
17    .codeclear { display: block; }
18    /* End hide from IE-mac */
19    
20    /* clear classes for content */
21    
22    .clearleft { clear: left; }
23    
24    .clearright { clear: right; }
25    
26    .clearboth { clear: both; }
27    
28    /* Float classes for images */
29    
30    .floatleft { float: left; margin: 0 10px 5px 0 !important; }
31    
32    .floatright { float: right; margin: 0 0 5px 10px !important; }
33    
34    .floatleft .caption { font-size: 10px; font-weight: bold; text-transform: uppercase; padding-top: 5px; }
35    
36    /** Prevent overflowing content **/
37    
38    #header,
39    #content,
40    #sidebar-left,
41    #sidebar-right,
42    #footer {
43      overflow: visible;
44    }
45    
46    /* bug fix with views 2 edit links */
47    
48    div.view div.views-admin-links {
49            width:auto;
50    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2