summaryrefslogtreecommitdiffstats
path: root/iphone/doc/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/doc/static/style.css')
-rw-r--r--iphone/doc/static/style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/iphone/doc/static/style.css b/iphone/doc/static/style.css
new file mode 100644
index 0000000..721b5fb
--- /dev/null
+++ b/iphone/doc/static/style.css
@@ -0,0 +1,36 @@
+@import url("default.css");
+
+h1, h2, h3, h4, h5, h6 {
+ clear: both;
+}
+
+img.logo {
+ vertical-align: middle;
+}
+
+img.floatright {
+ float: right;
+ clear: both;
+ margin-left: 2em;
+ margin-right: 2em;
+}
+
+dl.docutils dt {
+ font-weight: bold;
+}
+dl.docutils dd {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+table.docutils {
+ margin-left: auto;
+ margin-right: auto;
+}
+table.docutils th, table.docutils td {
+ padding: .25em .5em;
+}
+
+table.docutils.field-list {
+ margin-left: 0;
+}