diff css/dyln-dark-4.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 41818c0cea59
children 898238723c64
line wrap: on
line diff
     1.1 --- a/css/dyln-dark-4.css	Sun Apr 12 14:55:13 2015 -0700
     1.2 +++ b/css/dyln-dark-4.css	Sun Apr 12 21:38:20 2015 -0700
     1.3 @@ -122,8 +122,9 @@
     1.4  }
     1.5  li {
     1.6      list-style-type:none;
     1.7 +    width: 70em;
     1.8  }
     1.9 -li:before {
    1.10 +div.date:before {
    1.11      content:"\00bb  ";
    1.12      color:rgba(255,255,255,0.5);
    1.13  }
    1.14 @@ -203,3 +204,9 @@
    1.15  .footer {color:#869900;}
    1.16  .footer em {color:inherit;}
    1.17  .header h2 {color:#cb4b16;}
    1.18 +
    1.19 +div.date{
    1.20 +    float:left;
    1.21 +    width: 7em;
    1.22 +    color: cyan;
    1.23 +}
    1.24 \ No newline at end of file