Continue moving styles to CSS

- Also started standardised infrastructure for minigraphs to make it easy to create them anywhere
This commit is contained in:
Paul Gear
2013-11-10 14:08:02 +10:00
parent e953543c88
commit 6e9623c96d
3 changed files with 39 additions and 7 deletions
+27 -1
View File
@@ -467,6 +467,18 @@ a.list-device-disabled, a.list-device-disabled:visited {
color: #999999;
}
.front-page {
padding: 3px 10px;
background: #fff;
}
.front-page-bgp-normal {
}
.front-page-bgp-small {
font-size: 10px;
}
.front-box {
text-align: center;
margin: 1pt;
@@ -1476,7 +1488,6 @@ tr.search:nth-child(odd) {
background: #ffffff;
}
.paddedcell {
padding: 7px;
}
@@ -1489,3 +1500,18 @@ tr.search:nth-child(odd) {
font-weight: bold;
font-size: 16px;
}
.overlib-box {
width: 708px;
}
.overlib-title {
margin-left: 5px;
font-size: 12px;
font-weight: bold;
}
.minigraph-image {
margin: 2px;
}