Home | History | Annotate | Download | only in test_shell
      1 div.group {
      2   width : 250px;
      3 }
      4 
      5 div.group h1 {
      6   font-family: sans-serif;
      7   font-size  : 16px;
      8   color      : white;
      9   background : red;
     10 }
     11 
     12 div.title {
     13   font-family: sans-serif;
     14   font-size  : 24px;
     15 }
     16 
     17 div.description {
     18   font-family: sans-serif;
     19 }
     20 
     21 #title {
     22   height: 160px;
     23 }
     24 
     25 #leftcol {
     26   width:50%;
     27 }
     28 
     29 #rightcol {
     30   float: right;
     31   width:50%;
     32 }
     33 
     34 #footer {
     35   font-size: 12px;
     36   position: absolute;
     37   bottom: 0;
     38 }
     39 
     40