about summary refs log tree commit diff
path: root/resources/pronouns.css
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2016-09-22 17:21:45 -0700
committerMorgan Astra <m@morganastra.me>2016-09-22 17:21:45 -0700
commit87c042fd5780e453c336eca1cea9a85793bc77c4 (patch)
treec768bc70d19b4ab4122df303cd128078c1217745 /resources/pronouns.css
parente5a03f52603a815e5308ce901e88cc662a8c0017 (diff)
parent2f767f38a07feccaf2129b78d8183ed57e77ba29 (diff)
Merge branch 'release/v1.10'
Diffstat (limited to 'resources/pronouns.css')
-rw-r--r--resources/pronouns.css30
1 files changed, 13 insertions, 17 deletions
diff --git a/resources/pronouns.css b/resources/pronouns.css
index 1285cee..c27bd5a 100644
--- a/resources/pronouns.css
+++ b/resources/pronouns.css
@@ -1,34 +1,30 @@
 body {
-	font-family: Futura, sans-serif;
-	background-color: #F6CEFC;
+    font-family: Futura, sans-serif;
+    background-color: #F6CEFC;
+}
+
+footer {
+    font-size: 0.8em;
+}
+
+.section {
+    margin: 8px;
+    padding: 4px 6px 4px 6px;
+    border: 4px solid #EEEEEE;
+    border-radius: 7px;
 }
 
 .examples {
-	margin: 8px;
-	padding: 4px 6px 4px 6px;
-	border: 4px solid #eeeeee;
 }
 
 .title {
-	margin: 8px;
-	padding: 4px 6px 4px 6px;
-	border: 4px solid #eeeeee;
 }
 
 .about {
-	margin: 8px;
-	padding: 4px 6px 4px 6px;
-	border: 4px solid #eeeeee;
 }
 
 .contact {
-	margin: 8px;
-	padding: 4px 6px 4px 6px;
-	border: 4px solid #eeeeee;
 }
 
 .table {
-	margin: 8px;
-	padding: 4px 6px 4px 6px;
-	border: 4px solid #eeeeee;
 }