summaryrefslogtreecommitdiff
path: root/skins/chick/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/chick/main.css')
-rw-r--r--skins/chick/main.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/skins/chick/main.css b/skins/chick/main.css
index b84b291e..26d4f925 100644
--- a/skins/chick/main.css
+++ b/skins/chick/main.css
@@ -415,7 +415,7 @@ td.diff-context {
background:#eeeeee;
font-size: smaller;
}
-span.diffchange { color: red; }
+.diffchange { color: red; text-decoration: none; }
a.external { color: #3366bb; }
@@ -445,15 +445,6 @@ span.updatedmarker {
color:black;
background-color:#00FF00;
}
-span.newpageletter {
- font-weight:bold;
- color:black;
- background-color:yellow;
-}
-span.minoreditletter {
- color:black;
- background-color:#C5FFE6;
-}
table.gallery {
border: 1px solid #cccccc;
@@ -494,6 +485,11 @@ div.gallerytext {
.templatesUsed { margin-top: 1.5em; }
-#toolbar { clear: both; }
-
-.mw-plusminus-null { color: #aaa; } \ No newline at end of file
+/**
+ * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
+ * When the day comes, it can be moved to a *real* common.css.
+ */
+.mw-plusminus-null { color: #aaa; }
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; } \ No newline at end of file