liquid_feedback_frontend

changeset 385:908caa577f5a

Make grey borders the same color
author bsw
date Mon Mar 05 11:53:20 2012 +0100 (2012-03-05)
parents ff700bb26d60
children 9109900edad6
files static/style.css
line diff
     1.1 --- a/static/style.css	Mon Mar 05 11:44:10 2012 +0100
     1.2 +++ b/static/style.css	Mon Mar 05 11:53:20 2012 +0100
     1.3 @@ -259,7 +259,7 @@
     1.4    background-color: #fcfcfc;
     1.5    border-radius: 8px;
     1.6    clear: left;
     1.7 -  border: 1px solid #ddd;
     1.8 +  border: 1px solid #aaa;
     1.9    padding-top: 1ex;
    1.10    padding-bottom: 1ex;
    1.11  }
    1.12 @@ -946,7 +946,7 @@
    1.13    background-color: #fcfcfc;
    1.14    overflow: hidden;
    1.15    margin-bottom: 2ex;
    1.16 -  border: 1px solid #ccc;
    1.17 +  border: 1px solid #aaa;
    1.18    border-radius: 8px;
    1.19  }
    1.20  

Impressum / About Us