r99720 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99719‎ | r99720 | r99721 >
Date:19:27, 13 October 2011
Author:reedy
Status:ok
Tags:
Comment:
table, table.gallery thumb[style] and table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"], table.toc h2 ans table.gallery th, table.gallery td
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/android.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/blackberry.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/common.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/default.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/firefox.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone2.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/kindle.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/nokia.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/operamini.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/palm_pre.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/simple.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit_old.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/wii.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/wii.css
@@ -24,12 +24,6 @@
2525 background: #f9f9f9;
2626 }
2727
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3428 table.navbox {
3529 font-size: 0.9em;
3630 width: 100% !important;
@@ -102,24 +96,11 @@
10397 border-bottom: 0;
10498 }
10599
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
112100 table.gallery .gallerybox[style] {
113101 width: auto !important;
114102 margin-bottom: -16px;
115103 }
116104
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
124105 table.gallery .gallerytext {
125106 margin-top: -12px;
126107 text-align: center;
@@ -129,12 +110,6 @@
130111 text-align: left;
131112 }
132113
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139114 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140115 text-align: left !important;
141116 }
Index: trunk/extensions/MobileFrontend/stylesheets/common.css
@@ -36,4 +36,39 @@
3737 vertical-align: middle;
3838 height: 1.5em;
3939 position: relative;
40 -}
\ No newline at end of file
 40+}
 41+
 42+table {
 43+ border-spacing: 0 !important;
 44+ width: 100%;
 45+ border-collapse: collapse !important;
 46+ border: 1px solid #cccccc;
 47+ padding: 3px;
 48+ margin-bottom: 15px;
 49+}
 50+
 51+table.gallery .thumb[style] {
 52+ border: 0;
 53+ padding: 0 !important;
 54+ width: auto !important;
 55+ margin: 0 auto;
 56+}
 57+
 58+table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
 59+ text-align: left !important;
 60+ margin-left: 0 !important;
 61+ margin-right: 0 !important;
 62+}
 63+
 64+table.toc h2 {
 65+ border: 0;
 66+ padding: 0;
 67+ margin-top: 5px;
 68+}
 69+
 70+table.gallery th, table.gallery td {
 71+ display: block;
 72+ border: 0;
 73+ border-bottom: 1px solid #cccccc;
 74+}
 75+
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/kindle.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
@@ -2,15 +2,6 @@
33 test: 1;
44 }
55
6 -table {
7 - border-spacing: 0 !important;
8 - width: 100%;
9 - border-collapse: collapse !important;
10 - border: 1px solid #cccccc;
11 - padding: 3px;
12 - margin-bottom: 15px;
13 -}
14 -
156 table td, table th {
167 border: 1px solid #cccccc;
178 padding: 3px;
@@ -28,12 +19,6 @@
2920 background: #f9f9f9;
3021 }
3122
32 -table.toc h2 {
33 - border: 0;
34 - padding: 0;
35 - margin-top: 5px;
36 -}
37 -
3823 table.navbox {
3924 font-size: 0.9em;
4025 width: 100% !important;
@@ -106,24 +91,11 @@
10792 border-bottom: 0;
10893 }
10994
110 -table.gallery th, table.gallery td {
111 - display: block;
112 - border: 0;
113 - border-bottom: 1px solid #cccccc;
114 -}
115 -
11695 table.gallery .gallerybox[style] {
11796 width: auto !important;
11897 margin-bottom: -16px;
11998 }
12099
121 -table.gallery .thumb[style] {
122 - border: 0;
123 - padding: 0 !important;
124 - width: auto !important;
125 - margin: 0 auto;
126 -}
127 -
128100 table.gallery .gallerytext {
129101 margin-top: -12px;
130102 text-align: center;
@@ -133,12 +105,6 @@
134106 text-align: left;
135107 }
136108
137 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
138 - text-align: left !important;
139 - margin-left: 0 !important;
140 - margin-right: 0 !important;
141 -}
142 -
143109 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
144110 text-align: left !important;
145111 }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -1,12 +1,3 @@
2 -table {
3 - border-spacing: 0 !important;
4 - width: 100%;
5 - border-collapse: collapse !important;
6 - border: 1px solid #cccccc;
7 - padding: 3px;
8 - margin-bottom: 15px;
9 -}
10 -
112 table td, table th {
123 border: 1px solid #cccccc;
134 padding: 3px;
@@ -24,12 +15,6 @@
2516 background: #f9f9f9;
2617 }
2718
28 -table.toc h2 {
29 - border: 0;
30 - padding: 0;
31 - margin-top: 5px;
32 -}
33 -
3419 table.navbox {
3520 font-size: 0.9em;
3621 width: 100% !important;
@@ -102,24 +87,11 @@
10388 border-bottom: 0;
10489 }
10590
106 -table.gallery th, table.gallery td {
107 - display: block;
108 - border: 0;
109 - border-bottom: 1px solid #cccccc;
110 -}
111 -
11291 table.gallery .gallerybox[style] {
11392 width: auto !important;
11493 margin-bottom: -16px;
11594 }
11695
117 -table.gallery .thumb[style] {
118 - border: 0;
119 - padding: 0 !important;
120 - width: auto !important;
121 - margin: 0 auto;
122 -}
123 -
12496 table.gallery .gallerytext {
12597 margin-top: -12px;
12698 text-align: center;
@@ -129,12 +101,6 @@
130102 text-align: left;
131103 }
132104
133 -table.geography[style] td[style*="text-align"], table.geography[style] td[colspan="2"] {
134 - text-align: left !important;
135 - margin-left: 0 !important;
136 - margin-right: 0 !important;
137 -}
138 -
139105 table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] {
140106 text-align: left !important;
141107 }

Status & tagging log