[Bps-public-commit] App-Changeloggr branch, master, updated. 9110a178311a69ab6d1b37ecf5f3ba7100cbfb2f

sartak at bestpractical.com sartak at bestpractical.com
Wed Aug 5 03:18:46 EDT 2009


The branch, master has been updated
       via  9110a178311a69ab6d1b37ecf5f3ba7100cbfb2f (commit)
      from  c8bee6817c4d45c7575f089fd7cf4c7dc4610cf7 (commit)

Summary of changes:
 share/web/static/css/change.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 9110a178311a69ab6d1b37ecf5f3ba7100cbfb2f
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed Aug 5 03:18:27 2009 -0400

    Border improvements

diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index c142ad1..e44a341 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -9,8 +9,8 @@ input.button.vote {
 
 #region-vote-on-change div#vote_buttons {
   background: #224;
-  border: 1px solid #445;
-  border-left: none;
+  border: 5px solid #000;
+  border-left: 1px;
   color: #ddd;
   padding-bottom: 1em;
   padding-top: 1em;
@@ -45,6 +45,9 @@ div#vote_buttons .hotkey {
 .change {
   background: #224;
   border: 5px solid #000;
+  border-right: 1px solid #000;
+  -moz-border-radius-topleft: 10px;
+  -moz-border-radius-bottomleft: 10px;
   margin: 1em;
   padding: 1em;
 }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list