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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/modules.raw ('k') | pages/privacy.raw » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/preferences.raw
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/preferences.raw
@@ -0,0 +1,43 @@
+template=preftable
+
+<anwv>
+<style type="text/css">
+#preftable th, #preftable td
+{
+ background-color: #fff;
+}
+
+#preftable td span
+{
+ display: block;
+}
+
+#preftable
+{
+ table-layout: fixed;
+ width: 99%;
+ border-spacing: 0px;
+ border-collapse: collapse;
+}
+
+#preftable .section
+{
+ text-align: center;
+ font-weight: bold;
+}
+
+#preftable td, #preftable th
+{
+ border: 1px solid #ccc;
+ padding: 2px;
+ vertical-align: top;
+}
+
+.prefname
+{
+ font-weight: bold;
+}
+</style>
+
+<p>$s1(http://kb.mozillazine.org/About:config)$</p>
+</anwv>
« 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