/[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 164 by dpavlin, Sun Jun 15 21:27:45 2008 UTC revision 202 by dpavlin, Wed Jun 18 21:42:46 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 40  ul.menu li.active ul.submenu li.active a Line 49  ul.menu li.active ul.submenu li.active a
49    
50  /* strix */  /* strix */
51    
52  #region-user-selected-sites {  #region-selected-instances {
53          display: block;          position: absolute;
54          float: right;          right: 1em;
55            top: 1em;
56          border: 1px solid #888;          border: 1px solid #888;
57            background: #fff;
58  }  }
59    
60  #region-search_sites {  /* strix/sitemap */
61          display: block;  
62          float: left;  .layout {
63            color: #aaa;
64  }  }

Legend:
Removed from v.164  
changed lines
  Added in v.202

  ViewVC Help
Powered by ViewVC 1.1.26