/[Arh]/share/web/static/css/app.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /share/web/static/css/app.css

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

revision 64 by dpavlin, Mon Apr 7 15:50:57 2008 UTC revision 78 by dpavlin, Sat Apr 19 21:36:07 2008 UTC
# Line 9  Line 9 
9          margin-top: 1em;          margin-top: 1em;
10  }  }
11    
 .picture-description {  
         width: 70%;  
         padding-left: 2em;  
 }  
   
12  /* units list */  /* units list */
13    
14  .unit {  .unit {
15          float: left;          float: left;
16          width: 70%;          width: 50%;
17  }  }
18    
19  .pictures-by-unit {  .pictures-by-unit {
20          float: right;          float: right;
21          width: 20%;          width: 20%;
22            min-width: 320px;
23          padding-left: 2em;          padding-left: 2em;
24          padding-right: 2em;          padding-right: 2em;
25          padding-bottom: 1em;          padding-bottom: 1em;
# Line 54  Line 50 
50          clear: left !important;          clear: left !important;
51          padding-top: 0 !important;          padding-top: 0 !important;
52  }  }
53    
54    ol.units li {
55            clear: left;
56            margin-bottom: 1.5em;
57    }
58    
59    .unit.details {
60            font-size: 80%;
61            color: #888;
62    }

Legend:
Removed from v.64  
changed lines
  Added in v.78

  ViewVC Help
Powered by ViewVC 1.1.26