Browse Source

Set font size on beluga buttons

spaghetti 8 years ago
parent
commit
c6af980a05
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 {
121 121
 
122 122
 button,input[type=button],input[type=submit] {
123 123
   font-family: 'Source Sans Pro',Helvetica,sans-serif;
124
+  font-size: 11px;
124 125
   background-color: #50aca7;
125 126
   padding: 10px 9px;
126 127
   border: none;

Loading…
Cancel
Save