~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/global.css

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 00:49:06 UTC
  • mto: This revision was merged to the branch mainline in revision 426.
  • Revision ID: john@arbash-meinel.com-20110210004906-o4f1ic6mt5jb9mbz
Allow comment strings in the scripts.

JSON isn't great for comments, because it doesn't allow multi-line
strings, but something is better than nothing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        text-align:center;
97
97
        color:#fff;
98
98
        text-decoration:none;
99
 
        background:#2f40a5;
 
99
        background:#d18b39;
100
100
}
101
101
ul#submenuTabs li {
102
102
        float:left;
103
103
        display:inline;
104
104
        margin-left:1px;
105
105
        color:#fff;
106
 
        background:#2f40a5;
 
106
        background:#d18b39;
107
107
}
108
108
ul#submenuTabs li a:hover {
109
109
        float:left;
110
110
        display:inline;
111
111
        color:#fff;
112
 
        background:#2f40a5;
 
112
        background:#d18b39;
113
113
        text-decoration:underline;
114
114
}
115
115
ul#submenuTabs li#first a, ul#submenuTabs li#first a:link, ul#submenuTabs li#first a:visited, ul#submenuTabs li#first a:hover {
116
 
        background:#2f40a5 url(../images/bg_submenuTabs.gif) top left no-repeat;
 
116
        background:#d18b39 url(../images/bg_submenuTabs.gif) top left no-repeat;
117
117
}
118
118
ul#submenuTabs li#last a, ul#submenuTabs li#last a:link, ul#submenuTabs li#last a:visited, ul#submenuTabs li#last a:hover {
119
 
        background:#2f40a5 url(../images/bg_submenuTabs.gif) bottom right no-repeat;
 
119
        background:#d18b39 url(../images/bg_submenuTabs.gif) bottom right no-repeat;
120
120
}
121
121
 
122
122
/* Search & RSS */