# HG changeset patch # User bsw # Date 1331243456 -3600 # Node ID 371e690018ea59317682bce44e7b3c33c70d129a # Parent 3c6623e9bbda5e4bdaa738ea16d746790f256cfe Added missing border around title box diff -r 3c6623e9bbda -r 371e690018ea static/style.css --- a/static/style.css Thu Mar 08 16:35:09 2012 +0100 +++ b/static/style.css Thu Mar 08 22:50:56 2012 +0100 @@ -243,9 +243,16 @@ background-color: #f2f2f2; margin-left: 1%; margin-right: 1%; + border-left: 1px solid #bbb; + border-right: 1px solid #bbb; +} + +.actions { + border-bottom: 1px solid #bbb; } .initiative_head .actions { + border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;