Browse Source

Set font size on beluga buttons

test
spaghetti 8 years ago
committed by Tomochin
parent
commit
b21b159d96
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      static/styles/beluga/style.css

+ 1
- 0
static/styles/beluga/style.css View File

@@ -121,6 +121,7 @@ input {


button,input[type=button],input[type=submit] { button,input[type=button],input[type=submit] {
font-family: 'Source Sans Pro',Helvetica,sans-serif; font-family: 'Source Sans Pro',Helvetica,sans-serif;
font-size: 11px;
background-color: #50aca7; background-color: #50aca7;
padding: 10px 9px; padding: 10px 9px;
border: none; border: none;


Loading…
Cancel
Save