Browse Source

Improved buttons

master
Adrian Short 12 years ago
parent
commit
ba69fe1c4e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/assets/stylesheets/scaffolds.css.scss

+ 2
- 2
app/assets/stylesheets/scaffolds.css.scss View File

@@ -58,8 +58,8 @@ div {
list-style: square; } } list-style: square; } }
.button { .button {
padding: 10px;
background-color: #777;
padding: 5px 10px;
background-color: #aaa;
color: #fff; color: #fff;
border-radius: 10px; border-radius: 10px;
margin: 30px 0; margin: 30px 0;


Loading…
Cancel
Save