/[A3C]/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 186 by dpavlin, Mon Jun 16 22:56:14 2008 UTC revision 217 by dpavlin, Fri Jun 20 22:37:33 2008 UTC
# Line 1  Line 1 
1    /* fix navigation width */
2    
3    div#navigation {
4            width: 100% !important;
5    }
6    div#navigation ul {
7            width: 100% !important;
8    }
9    
10  tt.email {  tt.email {
11          color: #888;          color: #888;
12  }  }
# Line 53  ul.menu li.active ul.submenu li.active a Line 62  ul.menu li.active ul.submenu li.active a
62  .layout {  .layout {
63          color: #aaa;          color: #aaa;
64  }  }
65    
66    /* strix/layout */
67    
68    ul.navigation {
69            float: left;
70            width: 25%;
71            overflow: hidden;
72    }
73    
74    #region-strix-site-layout {
75            float: right;
76            width: 70%;
77            background-color: #eee;
78    }
79    

Legend:
Removed from v.186  
changed lines
  Added in v.217

  ViewVC Help
Powered by ViewVC 1.1.26