app/assets/stylesheets/bootstrap-overrides.css in artfully_ose-1.2.0.pre.4 vs app/assets/stylesheets/bootstrap-overrides.css in artfully_ose-1.2.0.pre.5
- old
+ new
@@ -66,11 +66,10 @@
background-repeat: no-repeat;
background-position: 0px center;
padding-top: 9px;
padding-bottom: 11px;
padding-left: 95px;
- width: 1030px;
}
.feedback-footer .navbar-inner a {
font-weight: normal;
color: #2086a6;
@@ -284,10 +283,21 @@
.btn-primary:active,
.btn-primary.active {
background-color: #004099 \9;
}
+.btn-signup {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ font-weight: 300;
+ line-height: 2.5em;
+}
+
+.btn-signup.btn-notprimary{
+ font-weight: 400;
+}
+
.form-vertical .input-append,
.form-vertical .input-prepend,
.form-vertical .input-prepend input {
display: inline-block;
margin-bottom: 0;
@@ -366,6 +376,6 @@
min-height: 0px;
}
[class^="icon-"],[class*=" icon-"] {
background-image:url("/assets/glyphicons-halflings-white.png") !important
-}
\ No newline at end of file
+}