diff css/about-me.css @ 66:e24672e0365d

working on a revamp of aurellem.org.
author Robert McIntyre <rlm@mit.edu>
date Sun, 12 Apr 2015 21:38:20 -0700
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css/about-me.css	Sun Apr 12 21:38:20 2015 -0700
     1.3 @@ -0,0 +1,11 @@
     1.4 +dt{
     1.5 +    width:20%;
     1.6 +    float:left;
     1.7 +    display:block;
     1.8 +}
     1.9 +
    1.10 +dd{
    1.11 +    display:block;
    1.12 +    clear:right;
    1.13 +}
    1.14 +