aboutsummaryrefslogtreecommitdiffstats
path: root/data/pages
diff options
context:
space:
mode:
Diffstat (limited to 'data/pages')
-rw-r--r--data/pages/about.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/data/pages/about.css b/data/pages/about.css
index 6e563d617..7f349d946 100644
--- a/data/pages/about.css
+++ b/data/pages/about.css
@@ -133,3 +133,29 @@ body {
.applications-body .appname { font-weight: bold; }
.applications-body .appurl, td.date { color: #babdb6; }
.applications-body input { width: 100%; padding: 8px; }
+
+/* about:incognito */
+
+.incognito-body {
+ margin: 0;
+ padding: 0;
+}
+
+.incognito-body div#mainblock {
+ display: table;
+ max-width: 40em;
+ margin-left: auto;
+ margin-right: auto;
+ height: 75%;
+}
+
+.incognito-body div#mainblock>div {
+ margin: 0 10px;
+ display: table-cell;
+ vertical-align: middle;
+ padding: 0 20px 0 160px;
+}
+
+.incognito-body h1 {
+ color: #888a85;
+}