Skip to content
Snippets Groups Projects

Migrate drupal theme to Quicksilver

15 files
+ 115
32
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -62,4 +62,17 @@
.table-responsive {
overflow-x: visible;
}
.resizable-textarea textarea {
border-radius:0;
}
.form-group:last-child, .panel:last-child, .well {
margin-bottom:15px;
border-radius:0;
}
.well {
box-shadow:none;
}
\ No newline at end of file
Loading