commit 7b5fb07b3e6c620b5398172ac3fd3e8d40eb306f
parent 779f90558c2632ec95c006dbb5c7217d16a84065
Author: Eli Barzilay <eli@racket-lang.org>
Date: Tue, 24 Nov 2009 13:34:12 +0000
CSS for the langindicator widget
svn: r17038
original commit: 62c744613b126f48c810997a80e6b307cd58a83e
Diffstat:
1 file changed, 22 insertions(+), 11 deletions(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -77,14 +77,14 @@ table td {
padding: 0.25em 0 0.25em 0;
}
-.navsettop {
- margin-bottom: 1.5em;
- border-bottom: 2px solid #e0e0c0;
+.navsettop {
+ margin-bottom: 1.5em;
+ border-bottom: 2px solid #e0e0c0;
}
-.navsetbottom {
- margin-top: 2em;
- border-top: 2px solid #e0e0c0;
+.navsetbottom {
+ margin-top: 2em;
+ border-top: 2px solid #e0e0c0;
}
.navleft {
@@ -119,6 +119,18 @@ table td {
vertical-align: middle;
}
+#langindicator {
+ position: fixed;
+ background-color: #c6f;
+ color: #000;
+ font-family: monospace;
+ font-weight: bold;
+ padding: 2px 10px;
+ display: none;
+ right: 0;
+ bottom: 0;
+}
+
/* ---------------------------------------- */
/* Version */
@@ -224,11 +236,11 @@ table td {
padding-left: 0.8em;
}
.tocviewsublist {
- margin-bottom: 1em;
+ margin-bottom: 1em;
}
-.tocviewsublist table,
+.tocviewsublist table,
.tocviewsublistonly table,
-.tocviewsublisttop table,
+.tocviewsublisttop table,
.tocviewsublistbottom table {
font-size: 75%;
}
@@ -411,4 +423,4 @@ i {
.author {
display: inline;
white-space: nowrap;
-}
-\ No newline at end of file
+}