Skip to content

Commit 523d83f

Browse files
committed
jquerymobile.com: Remove unused grade table styles
The page using these styles was removed in 2013 with commit jquery/jquerymobile.com@392c7ba. The current browser support pages don't rely on these classes at https://jquerymobile.com/browser-support/1.3/ and https://jquerymobile.com/browser-support/1.4/ The page has been preserved on the jQuery Mobile Blog, and uses embedded styles instead. https://blog.jquerymobile.com/2011/10/19/original-graded-browser-matrix/
1 parent 52b21be commit 523d83f

File tree

1 file changed

+0
-98
lines changed

1 file changed

+0
-98
lines changed

themes/jquerymobile.com/style.css

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -162,101 +162,3 @@ a, .title, .entry-title { color: #108040; }
162162
width: 360px;
163163
}
164164
}
165-
166-
.a, .graded td.a { background: #5fb221; color: #fff; }
167-
.b, .graded td.b { background: #ff9b0a; color: #fff; }
168-
.c, .graded td.c { background: #d80700; color: #fff; }
169-
.f, .graded td.f { background: #333; color: #fff; }
170-
.next { font-style: italic; }
171-
.graded td.next { color: rgba(255,255,255,0.6); }
172-
.cur, .graded td.cur { font-weight: bold; background: #bddcf1; }
173-
#page .graded td.cur a { font-weight: bold !important; }
174-
175-
.graded {
176-
width: 100%;
177-
margin: 0 0 30px 0;
178-
border-style: collapse;
179-
border-spacing: 3px;
180-
}
181-
182-
#page .graded caption {
183-
left: -46px;
184-
top: -45px;
185-
}
186-
187-
#page .graded caption em {
188-
padding: 7px 0;
189-
text-align: left;
190-
}
191-
192-
.graded thead th {
193-
font-size: 1.4em;
194-
width: 30px;
195-
padding: 5px 0 5px 0;
196-
vertical-align: top;
197-
white-space: nowrap;
198-
}
199-
200-
.graded td {
201-
background: #f5f5f5;
202-
border-right: solid 1px #fafafa;
203-
border-bottom: solid 1px #fafafa;
204-
font-size: 1.6em;
205-
text-align: center !important;
206-
width: 30px;
207-
height: 30px;
208-
vertical-align: middle;
209-
}
210-
211-
tr.platform { border-bottom: 5px solid #fff; }
212-
213-
.graded td.platform {
214-
padding: 0 5px;
215-
white-space: nowrap;
216-
font-size: 1.5em;
217-
text-align: center;
218-
border-right: none;
219-
background: #bddcf1;
220-
text-shadow: #fff 0 1px 0;
221-
}
222-
223-
#page .graded td.version a {
224-
font-weight: normal;
225-
}
226-
227-
#page .graded .platform a:hover,
228-
#page .graded td.version a:hover {
229-
text-decoration: underline;
230-
}
231-
232-
#page .graded td.platform a,
233-
#page .graded td.cur a {
234-
color: #0f212e !important;
235-
}
236-
237-
.graded td.version {
238-
white-space: nowrap;
239-
font-size: 1.3em;
240-
color: #555;
241-
padding: 0 5px;
242-
}
243-
.graded thead tr.gr-versions th {
244-
font-size: 1.2em;
245-
padding: 0 0 5px 0;
246-
color: #555;
247-
}
248-
249-
ul .a, ul .b, ul .c, ul .f, ul .next {
250-
padding: 2px 4px;
251-
}
252-
253-
ul .next {
254-
border: solid 1px #ddd;
255-
padding: 1px 3px;
256-
color: #555;
257-
}
258-
259-
#graded-support {
260-
position: relative;
261-
margin-top: 70px;
262-
}

0 commit comments

Comments
 (0)