wurblzap%gmail.com 2ae6da445f Bug 380187 – Bugzilla should support RADIUS authentication.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@231372 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-02 22:38:53 +00:00

62 lines
864 B
CSS

#menu {
width: 10em;
margin-top: 1em;
margin-right: 0.5em;
border: solid thin;
border-spacing: 0px;
border-collapse: collapse;
text-align: center;
color: black;
background-color: #edf2f2;
font-weight: normal;
}
#menu a:link, #menu a:visited {
color: #039;
background-color: transparent;
}
#menu a:hover, #menu a:active {
color: red;
background-color: transparent;
}
#menu td {
border: solid thin;
padding: 0.2em 0.5em;
}
table td {
vertical-align: top;
}
td.selected_section {
color: #090;
background-color: white;
}
td.index {
color: black;
background-color: #edf;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.5em;
}
.sortlist_separator {
font-weight: bold;
font-size: 80%;
background-color: #dddddd;
}
.contribute {
border: 1px dotted black;
padding: .5em;
font-size: small;
}