# HG changeset patch # User bsw # Date 1330955518 -3600 # Node ID e012250163cadd0decdfa65e97e9ad60d676ca27 # Parent 9109900edad611b07d0c751c55f52ebd84006058 Make yellow boxes the same color diff -r 9109900edad6 -r e012250163ca static/style.css --- a/static/style.css Mon Mar 05 14:03:04 2012 +0100 +++ b/static/style.css Mon Mar 05 14:51:58 2012 +0100 @@ -1234,11 +1234,12 @@ .initiator_invite_info, .motd, .public_access_issue_head { - background-color: #fec; + background-color: #fffbce; padding: 1ex; margin-top: 2ex; margin-bottom: 2ex; border-radius: 8px; + border: 1px solid #ffe900; } .suggestion_fulfilled {