Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -24,12 +24,6 @@ |
25 | 25 | background: #f9f9f9; |
26 | 26 | } |
27 | 27 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 28 | table.navbox { |
35 | 29 | font-size: 0.9em; |
36 | 30 | width: 100% !important; |
— | — | @@ -102,24 +96,11 @@ |
103 | 97 | border-bottom: 0; |
104 | 98 | } |
105 | 99 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 100 | table.gallery .gallerybox[style] { |
113 | 101 | width: auto !important; |
114 | 102 | margin-bottom: -16px; |
115 | 103 | } |
116 | 104 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 105 | table.gallery .gallerytext { |
125 | 106 | margin-top: -12px; |
126 | 107 | text-align: center; |
— | — | @@ -129,12 +110,6 @@ |
130 | 111 | text-align: left; |
131 | 112 | } |
132 | 113 | |
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 | | - |
139 | 114 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 115 | text-align: left !important; |
141 | 116 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -36,4 +36,39 @@ |
37 | 37 | vertical-align: middle; |
38 | 38 | height: 1.5em; |
39 | 39 | 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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -2,15 +2,6 @@ |
3 | 3 | test: 1; |
4 | 4 | } |
5 | 5 | |
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 | | - |
15 | 6 | table td, table th { |
16 | 7 | border: 1px solid #cccccc; |
17 | 8 | padding: 3px; |
— | — | @@ -28,12 +19,6 @@ |
29 | 20 | background: #f9f9f9; |
30 | 21 | } |
31 | 22 | |
32 | | -table.toc h2 { |
33 | | - border: 0; |
34 | | - padding: 0; |
35 | | - margin-top: 5px; |
36 | | -} |
37 | | - |
38 | 23 | table.navbox { |
39 | 24 | font-size: 0.9em; |
40 | 25 | width: 100% !important; |
— | — | @@ -106,24 +91,11 @@ |
107 | 92 | border-bottom: 0; |
108 | 93 | } |
109 | 94 | |
110 | | -table.gallery th, table.gallery td { |
111 | | - display: block; |
112 | | - border: 0; |
113 | | - border-bottom: 1px solid #cccccc; |
114 | | -} |
115 | | - |
116 | 95 | table.gallery .gallerybox[style] { |
117 | 96 | width: auto !important; |
118 | 97 | margin-bottom: -16px; |
119 | 98 | } |
120 | 99 | |
121 | | -table.gallery .thumb[style] { |
122 | | - border: 0; |
123 | | - padding: 0 !important; |
124 | | - width: auto !important; |
125 | | - margin: 0 auto; |
126 | | -} |
127 | | - |
128 | 100 | table.gallery .gallerytext { |
129 | 101 | margin-top: -12px; |
130 | 102 | text-align: center; |
— | — | @@ -133,12 +105,6 @@ |
134 | 106 | text-align: left; |
135 | 107 | } |
136 | 108 | |
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 | | - |
143 | 109 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
144 | 110 | text-align: left !important; |
145 | 111 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |
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 | | - |
11 | 2 | table td, table th { |
12 | 3 | border: 1px solid #cccccc; |
13 | 4 | padding: 3px; |
— | — | @@ -24,12 +15,6 @@ |
25 | 16 | background: #f9f9f9; |
26 | 17 | } |
27 | 18 | |
28 | | -table.toc h2 { |
29 | | - border: 0; |
30 | | - padding: 0; |
31 | | - margin-top: 5px; |
32 | | -} |
33 | | - |
34 | 19 | table.navbox { |
35 | 20 | font-size: 0.9em; |
36 | 21 | width: 100% !important; |
— | — | @@ -102,24 +87,11 @@ |
103 | 88 | border-bottom: 0; |
104 | 89 | } |
105 | 90 | |
106 | | -table.gallery th, table.gallery td { |
107 | | - display: block; |
108 | | - border: 0; |
109 | | - border-bottom: 1px solid #cccccc; |
110 | | -} |
111 | | - |
112 | 91 | table.gallery .gallerybox[style] { |
113 | 92 | width: auto !important; |
114 | 93 | margin-bottom: -16px; |
115 | 94 | } |
116 | 95 | |
117 | | -table.gallery .thumb[style] { |
118 | | - border: 0; |
119 | | - padding: 0 !important; |
120 | | - width: auto !important; |
121 | | - margin: 0 auto; |
122 | | -} |
123 | | - |
124 | 96 | table.gallery .gallerytext { |
125 | 97 | margin-top: -12px; |
126 | 98 | text-align: center; |
— | — | @@ -129,12 +101,6 @@ |
130 | 102 | text-align: left; |
131 | 103 | } |
132 | 104 | |
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 | | - |
139 | 105 | table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
140 | 106 | text-align: left !important; |
141 | 107 | } |