# HG changeset patch # User bsw # Date 1330944800 -3600 # Node ID 908caa577f5a3cfa9fc15948c192c4eb57079572 # Parent ff700bb26d601543506c60915e1572d8654b6722 Make grey borders the same color diff -r ff700bb26d60 -r 908caa577f5a static/style.css --- a/static/style.css Mon Mar 05 11:44:10 2012 +0100 +++ b/static/style.css Mon Mar 05 11:53:20 2012 +0100 @@ -259,7 +259,7 @@ background-color: #fcfcfc; border-radius: 8px; clear: left; - border: 1px solid #ddd; + border: 1px solid #aaa; padding-top: 1ex; padding-bottom: 1ex; } @@ -946,7 +946,7 @@ background-color: #fcfcfc; overflow: hidden; margin-bottom: 2ex; - border: 1px solid #ccc; + border: 1px solid #aaa; border-radius: 8px; }