summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
new file mode 100644
index 0000000..7225dbc
--- /dev/null
+++ b/css/default.css
@@ -0,0 +1,32 @@
+div#content {
+ width: 39rem;
+ margin: auto;
+ line-height: 1.6;
+}
+
+img {
+ max-width: 100%;
+ height: auto;
+}
+
+a {
+ text-decoration: none;
+}
+
+div#fsf-banner {
+ width: 39rem;
+ margin: auto;
+}
+
+div#fsf-banner center {
+ padding: 1rem;
+}
+
+footer {
+ width: 40rem;
+ margin: auto;
+ padding-top: .5rem;
+ border-top-color: grey;
+ border-top-style: solid;
+}
+