diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 9 | ||||
-rw-r--r-- | skins/standard/show_bug.css | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index c2701523a..4d66f0e7f 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -292,3 +292,12 @@ dl dl > dt { background-color: #fff; } } + +.field_label { + text-align: right; + vertical-align: top; + font-weight: bold; +} +.field_value { + vertical-align: top; +} diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 012d3b5e9..1626f39ef 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -13,6 +13,3 @@ * Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org> */ -.field_label { - text-align: right; -} |