Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/preferences.raw

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/modules.raw ('k') | pages/privacy.raw » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 template=preftable
2
3 <anwv>
4 <style type="text/css">
5 #preftable th, #preftable td
6 {
7 background-color: #fff;
8 }
9
10 #preftable td span
11 {
12 display: block;
13 }
14
15 #preftable
16 {
17 table-layout: fixed;
18 width: 99%;
19 border-spacing: 0px;
20 border-collapse: collapse;
21 }
22
23 #preftable .section
24 {
25 text-align: center;
26 font-weight: bold;
27 }
28
29 #preftable td, #preftable th
30 {
31 border: 1px solid #ccc;
32 padding: 2px;
33 vertical-align: top;
34 }
35
36 .prefname
37 {
38 font-weight: bold;
39 }
40 </style>
41
42 <p>$s1(http://kb.mozillazine.org/About:config)$</p>
43 </anwv>
OLDNEW
« no previous file with comments | « pages/modules.raw ('k') | pages/privacy.raw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld