aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/ocean.css
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-08-02 23:58:25 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-08-02 23:58:25 +0100
commit2b2e3108e892b925abeb101609d3e49ec69ef4dc (patch)
tree9caf16010dfe52430a14221fbd8a6c4adf8c3f25 /html-test/ref/ocean.css
parent3be46a2ec472c4f220f1eac1bd029690086b8c18 (diff)
Update tests to follow HTML changes
Diffstat (limited to 'html-test/ref/ocean.css')
-rw-r--r--html-test/ref/ocean.css32
1 files changed, 18 insertions, 14 deletions
diff --git a/html-test/ref/ocean.css b/html-test/ref/ocean.css
index 1110b407..9ad9f9d2 100644
--- a/html-test/ref/ocean.css
+++ b/html-test/ref/ocean.css
@@ -41,6 +41,9 @@ a[href]:link { color: rgb(196,69,29); }
a[href]:visited { color: rgb(171,105,84); }
a[href]:hover { text-decoration:underline; }
+a[href].def:link, a[href].def:visited { color: black; }
+a[href].def:hover { color: rgb(78, 98, 114); }
+
/* @end */
/* @group Fonts & Sizes */
@@ -424,30 +427,31 @@ div#style-menu-holder {
visibility: hidden;
}
-.subs dl {
+.subs ul {
+ list-style: none;
+ display: table;
margin: 0;
}
-.subs dt {
- float: left;
- clear: left;
- display: block;
+.subs ul li {
+ display: table-row;
+}
+
+.subs ul li dfn {
+ display: table-cell;
+ font-style: normal;
+ font-weight: bold;
margin: 1px 0;
+ white-space: nowrap;
}
-.subs dd {
- float: right;
- width: 90%;
- display: block;
+.subs ul li > .doc {
+ display: table-cell;
padding-left: 0.5em;
margin-bottom: 0.5em;
}
-.subs dd.empty {
- display: none;
-}
-
-.subs dd p {
+.subs ul li > .doc p {
margin: 0;
}