app/assets/stylesheets/admix/admix_bootstrap.scss in admix-0.16.0 vs app/assets/stylesheets/admix/admix_bootstrap.scss in admix-0.22.0
- old
+ new
@@ -1,17 +1,34 @@
-@import "bootstrap";
+$navbarHeight: 60px;
+
+@import "bootstrap";
+@import "bootstrap-responsive";
+
+.form-admix {
+ label {
+ font-weight: bold;
+ }
+}
+
+.thumbnails > li:nth-child(4n+1) {
+ margin-left: 0px;
+}
+
+form legend {
+ margin-bottom:0;
+}
\ No newline at end of file