Update list item newline handling to follow Parsoid's model
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
index 40a9432..5882396 100644 (file)
@@ -85,8 +85,6 @@ textarea {
        font-size: 9pt;
 }
 
-
-
 #quickbar {
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
@@ -133,6 +131,11 @@ textarea {
        line-height: inherit;
 }
 
+div.after-portlet {
+       display: inline;
+       padding-left: .5em;
+}
+
 h1 {
        color: #666666;
        font-family: Verdana, Arial, sans-serif;
@@ -192,10 +195,19 @@ input.mw-searchInput {
 }
 
 /* Directionality-specific styles */
-#quickbar { position: absolute; left: 4px; }
-#article { margin-left: 148px; margin-right: 4px; }
-#footer { margin-left: 152px; }
+#quickbar {
+       position: absolute;
+       left: 4px;
+}
+
+#article {
+       margin-left: 148px;
+       margin-right: 4px;
+}
 
+#footer {
+       margin-left: 152px;
+}
 
 #sitetitle, #sitesub, #toplinks, #linkcollection {
        margin-top: 0;
@@ -207,6 +219,7 @@ input.mw-searchInput {
        text-transform: uppercase;
        height: 32pt;
 }
+
 #sitetitle {
        padding-left: 8px;
        font-family: Times, serif;
@@ -215,14 +228,16 @@ input.mw-searchInput {
        line-height: 32pt;
        background-color: #6688AA;
 }
+
 #sitetitle a, #toplinks a {
        color: white;
        text-decoration: none;
 }
+
 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
 #sitetitle a {
        position: relative;
-       z-index: 10
+       z-index: 10;
 }
 
 #toplinks {
@@ -233,9 +248,11 @@ input.mw-searchInput {
        width: 100%;
        font-size: 8pt;
 }
+
 #toplinks a {
        font-size: 10pt;
 }
+
 #toplinks p {
        position: absolute;
        right: 0;
@@ -243,9 +260,11 @@ input.mw-searchInput {
        width: 100%;
        text-align: right;
 }
+
 #toplinks #syslinks {
        bottom: 0;
 }
+
 #toplinks #variantlinks {
        bottom: 12pt;
 }
@@ -266,6 +285,7 @@ input.mw-searchInput {
        text-align: right;
        padding-left: 140px;
 }
+
 /* Override text justification (user preference), see bug 31990 */
 #linkcollection * {
        text-align: right;