}
table.list th {
- font-weight: normal;
+ font-weight: bold;
border-bottom: solid 1px #777;
padding: 0.1em 0.5em 0.1em 0.5em;
vertical-align: baseline;
.right {
text-align: right;
}
+
+table.list td.repogroup {
+ font-style: italic;
+ color: #888;
+}
+
+a.button {
+ font-size: 80%;
+ color: #333;
+ background-color: #ccc;
+ border: solid 1px #999;
+ padding: 0em 0.5em;
+ margin: 0.1em 0.25em;
+}
+
+a.button:hover {
+ text-decoration: none;
+ background-color: #eee;
+}
+
+a.primary {
+ font-size: 100%;
+}
+
+a.secondary {
+ font-size: 90%;
+}
+
+td.toplevel-repo {
+
+}
+
+table.list td.sublevel-repo {
+ padding-left: 1.5em;
+}