# HG changeset patch # User bsw # Date 1340134380 -7200 # Node ID 12e504938643433198571260a2797b82867bc7cc # Parent 0fce0bdf7ce187a0db7be4f789781a033c5759f1 Going to v2.beta9 diff -r 0fce0bdf7ce1 -r 12e504938643 config/default.lua --- a/config/default.lua Tue Jun 19 21:28:33 2012 +0200 +++ b/config/default.lua Tue Jun 19 21:33:00 2012 +0200 @@ -10,7 +10,7 @@ end config.app_name = "LiquidFeedback" -config.app_version = "2.beta8" +config.app_version = "2.beta9" config.instance_name = request.get_config_name() diff -r 0fce0bdf7ce1 -r 12e504938643 static/style.css --- a/static/style.css Tue Jun 19 21:28:33 2012 +0200 +++ b/static/style.css Tue Jun 19 21:33:00 2012 +0200 @@ -520,7 +520,7 @@ .notifications { margin-top: 1ex; background-color: #fdd; - padding: 1ex; + padding: 0.5ex; } .notifications ul { @@ -1368,7 +1368,8 @@ /* shadows */ .initiative_head, -.box { +.box, +div.notifications { border: 1px solid #aaa; border-radius: 8px; } @@ -1393,7 +1394,8 @@ .ui_filter a.active, .vote_info .content, .member_area_list, -.box { +.box, +div.notifications { box-shadow: #777 0px 5px 5px -5px; -mox-box-shadow: #777 0px 5px 5px -5px; -webkit-box-shadow: #ddd 3px 3px 3px -1px;