/[SQLSession]/trunk/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

Contents of /trunk/share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations)
Sun Jan 21 13:01:38 2007 UTC (17 years, 3 months ago) by dpavlin
File MIME type: text/css
File size: 315 byte(s)
set active on link which is active and color it
1 .note {
2 border: 1px dashed #f88;
3 background-color: #ff8;
4 margin: 1em;
5 padding: 1em;
6 }
7
8 .sql {
9 border: 1px dashed #ccc;
10 margin: 0.5em;
11 padding: 0.5em;
12 }
13
14
15 .sql-note {
16 color: #888;
17 margin-top: 0.5em;
18 }
19
20 .database-name {
21 color: #ccc;
22 }
23
24 ul.menu li.active ul.submenu li.active a {
25 color: #ff0 !important;
26 }
27

  ViewVC Help
Powered by ViewVC 1.1.26