summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2014-05-20 23:50:22 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2014-05-21 00:03:51 +0200
commit51ae35e198b80d9678f21d5413de14e51e90ff7f (patch)
tree88803efe60947636f789b9afd65cb3e4da43b801 /css
parent8dbe8de6dd5c0386044bf8778aefe92213d10a98 (diff)
downloadbrentj.es-51ae35e198b80d9678f21d5413de14e51e90ff7f.tar.gz
brentj.es-51ae35e198b80d9678f21d5413de14e51e90ff7f.tar.bz2
brentj.es-51ae35e198b80d9678f21d5413de14e51e90ff7f.zip
Pushes the site to the new format, not quite done but done enough.
Diffstat (limited to 'css')
-rwxr-xr-xcss/main.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 1a2c013..611307f 100755
--- a/css/main.css
+++ b/css/main.css
@@ -58,7 +58,7 @@ a:visited { color: #a0a; }
.site {
font-size: 115%;
text-align: justify;
- width: 42em;
+ width: 90%;
margin: 3em auto 2em;
line-height: 1.5em;
}
@@ -158,3 +158,15 @@ a:visited { color: #a0a; }
.post pre.terminal code {
background-color: #333;
}
+
+/*****************************************************************************/
+/*
+/* Dynamics
+/*
+/*****************************************************************************/
+
+.dynamic div {
+ height:auto;i
+ overflow:scroll;
+ max-height:80%;
+}