aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/ocean.css
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/ref/ocean.css')
-rw-r--r--html-test/ref/ocean.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/html-test/ref/ocean.css b/html-test/ref/ocean.css
index de436324..1110b407 100644
--- a/html-test/ref/ocean.css
+++ b/html-test/ref/ocean.css
@@ -318,6 +318,7 @@ div#style-menu-holder {
height: 80%;
top: 10%;
padding: 0;
+ max-width: 75%;
}
#synopsis .caption {
@@ -378,6 +379,15 @@ div#style-menu-holder {
margin: 0 -0.5em 0 0.5em;
}
+#interface td.src .link {
+ float: right;
+ color: #919191;
+ border-left: 1px solid #919191;
+ background: #f0f0f0;
+ padding: 0 0.5em 0.2em;
+ margin: 0 -0.5em 0 0.5em;
+}
+
#interface span.fixity {
color: #919191;
border-left: 1px solid #919191;
@@ -406,6 +416,14 @@ div#style-menu-holder {
margin-top: 0.8em;
}
+.clearfix:after {
+ clear: both;
+ content: " ";
+ display: block;
+ height: 0;
+ visibility: hidden;
+}
+
.subs dl {
margin: 0;
}
@@ -445,6 +463,11 @@ div#style-menu-holder {
margin-left: 1em;
}
+/* Workaround for bug in Firefox (issue #384) */
+.inst-left {
+ float: left;
+}
+
.top p.src {
border-top: 1px solid #ccc;
}