Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/120227

Change subject: Fix border css
......................................................................

Fix border css

Inspired by Ia244a5070

Change-Id: I07cbb1dda091cf2117e8e22d4ea3a25e9e16dc2e
---
M apc.css
1 file changed, 12 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/APC 
refs/changes/27/120227/1

diff --git a/apc.css b/apc.css
index 1de69a0..45b7cce 100644
--- a/apc.css
+++ b/apc.css
@@ -16,8 +16,8 @@
 
 .mw-apc-logo {
        background: rgb(119, 123, 180);
-       border-right: solid black 1px;
-       border-bottom: solid black 1px;
+       border-right: 1px solid black;
+       border-bottom: 1px solid black;
        font-style: italic;
        padding-left: 1.2em;
        padding-right: 1.2em;
@@ -38,8 +38,8 @@
 .mw-apc-separator {
        background: white;
        border-style: none;
-       border-bottom: solid rgb(102, 102, 153) 1px;
-       border-top: solid rgb(102, 102, 153) 10px;
+       border-bottom: 1px solid rgb(102, 102, 153);
+       border-top: 1px solid rgb(102, 102, 153);
        height: 12px;
        margin: 1px 0 0;
        padding: 0;
@@ -47,7 +47,7 @@
 
 .mw-apc-stats {
        background: rgb(238, 238, 238);
-       border: solid rgb(238, 238, 238) 1px;
+       border: 1px solid rgb(238, 238, 238);
        margin-bottom: 1em;
 }
 
@@ -60,10 +60,10 @@
 }
 
 .mw-apc-content table {
-       border: solid rgb(204, 204, 204) 1px;
+       border: 1px solid rgb(204, 204, 204);
        border-spacing: 0;
        width: 100%;
-       border: solid rgb(204, 204, 204) 1px;
+       border: 1px solid rgb(204, 204, 204);
        color: black;
 }
 
@@ -91,12 +91,12 @@
 }
 
 .mw-apc-td-0 {
-       border-right: solid rgb(102, 102, 153) 1px;
+       border-right: 1px solid rgb(102, 102, 153);
        white-space: nowrap;
 }
 
 .mw-apc-td-n {
-       border-right: solid rgb(102, 102, 153) 1px;
+       border-right: 1px solid rgb(102, 102, 153);
 }
 
 .mw-apc-content td {
@@ -117,9 +117,9 @@
 }
 
 span.box {
-       border: black solid 1px;
-       border-right: solid black 2px;
-       border-bottom: solid black 2px;
+       border: 1px solid black;
+       border-right: 2px solid black;
+       border-bottom: 2px solid black;
        padding: 0 0.5em 0 0.5em;
        margin-right: 1em;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/120227
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I07cbb1dda091cf2117e8e22d4ea3a25e9e16dc2e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/APC
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to