aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-04-29 09:22:53 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-29 09:22:53 +0100
commitb025e56649b9dad3841b1d8b774997002db0b123 (patch)
tree171cce562b145dfc1cd8fcf81749fa34af2f6ef1
parent7abe0a7f44bba52637bffcb225767111e605febe (diff)
Standardise on 'normal' and 'bold' for font-weight
-rw-r--r--app/assets/stylesheets/responsive/_global_style.scss4
-rw-r--r--app/assets/stylesheets/responsive/_lists_style.scss2
-rw-r--r--app/assets/stylesheets/responsive/_search_style.scss2
3 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss
index cc55f02fe..e04e0ff1f 100644
--- a/app/assets/stylesheets/responsive/_global_style.scss
+++ b/app/assets/stylesheets/responsive/_global_style.scss
@@ -179,12 +179,12 @@ form input[type=text],form input[type=password] {
.errorExplanation {
border-radius:6px;
-moz-border-radius:6px;
- font-weight:400;
+ font-weight: normal;
margin:20px 0 30px;
}
#error,#hidden_request {
- font-weight:700;
+ font-weight: bold;
padding:0.5em;
}
diff --git a/app/assets/stylesheets/responsive/_lists_style.scss b/app/assets/stylesheets/responsive/_lists_style.scss
index ca030bbaf..762901a5f 100644
--- a/app/assets/stylesheets/responsive/_lists_style.scss
+++ b/app/assets/stylesheets/responsive/_lists_style.scss
@@ -2,7 +2,7 @@
.request_listing,.body_listing,.user_listing {
border-bottom:1px solid #e9e9e9;
.head {
- font-weight:700;
+ font-weight: bold;
font-size: 1.6em; // =h3
}
a {
diff --git a/app/assets/stylesheets/responsive/_search_style.scss b/app/assets/stylesheets/responsive/_search_style.scss
index dec163470..dfd40fc67 100644
--- a/app/assets/stylesheets/responsive/_search_style.scss
+++ b/app/assets/stylesheets/responsive/_search_style.scss
@@ -23,7 +23,7 @@ input.use-datepicker[type=text] {
border:solid 0 #FFF;
color:#444;
font-size:17px;
- font-weight:400;
+ font-weight:normal;
line-height:1.5em !important;
}