Browse Source

removing unneeded code

pull/517/head^2
connors 11 years ago committed by XhmikosR
parent
commit
2e480b86f7
  1. 4
      dist/css/ratchet.css
  2. 2
      dist/css/ratchet.min.css
  3. 4
      docs/dist/css/ratchet.css
  4. 2
      docs/dist/css/ratchet.min.css
  5. 3
      sass/forms.scss

4
dist/css/ratchet.css vendored

@ -895,10 +895,6 @@ select {
box-shadow: none;
}
.input-group input:last-child {
border-bottom: 0;
}
.input-row {
overflow: hidden;
border-bottom: 1px solid #ddd;

2
dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

4
docs/dist/css/ratchet.css vendored

@ -895,10 +895,6 @@ select {
box-shadow: none;
}
.input-group input:last-child {
border-bottom: 0;
}
.input-row {
overflow: hidden;
border-bottom: 1px solid #ddd;

2
docs/dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

3
sass/forms.scss

@ -85,9 +85,6 @@ select {
border-radius: 0;
@include box-shadow(none);
}
.input-group input:last-child {
border-bottom: 0;
}
// Input groups with labels
// --------------------------------------------------

Loading…
Cancel
Save