Browse Source

herp derp

pull/210/head
connors 12 years ago
parent
commit
20cc7ed4d2
  1. 2
      dist/ratchet.css
  2. 2
      lib/css/forms.css

2
dist/ratchet.css vendored

@ -581,7 +581,7 @@ input[type=search] {
font-size: 14px;
border-radius: 6px;
border-width: 0;
background-color: rgba(0,0,0,.11);
background-color: rgba(0,0,0,.1);
}
/* Allow text area's height to grow larger than a normal input */

2
lib/css/forms.css

@ -46,7 +46,7 @@ input[type=search] {
font-size: 14px;
border-radius: 6px;
border-width: 0;
background-color: rgba(0,0,0,.11);
background-color: rgba(0,0,0,.1);
}
/* Allow text area's height to grow larger than a normal input */

Loading…
Cancel
Save