Commit 93d87a22c3843794e5456d515d4fa14d7580e742

Authored by Melissa Wen
1 parent 736f7514

small adjusts on header to be identical to original

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
_globalheader.sass
... ... @@ -39,9 +39,9 @@
39 39 #accessibility
40 40 display: block
41 41 float: left
42   - font-family: arial
  42 + font-family: Arial
43 43 font-size: 10px
44   - list-style: nonei
  44 + list-style: none
45 45 width: 45%
46 46 a
47 47 color: #00500f
... ... @@ -55,7 +55,7 @@
55 55 display: block
56 56 float: right
57 57 font-size: 10px
58   - margin-top: -2px
  58 + margin-top: -4px
59 59 text-align: right
60 60 width: 30%
61 61 a
... ... @@ -74,7 +74,7 @@
74 74 #user
75 75 float: right
76 76 height: auto
77   - margin-top: -2px
  77 + margin-top: -4px
78 78 position: relative
79 79 right: 0
80 80 top: 0
... ... @@ -109,7 +109,7 @@
109 109 span
110 110 display: block
111 111 #portal-title
112   - margin: 30px 0px 46px 0px
  112 + margin: 29px 0px 46px 0px
113 113 color: #03316f
114 114 font-size: 40px
115 115 font-family: 'Open Sans Extrabold', Arial, Helvetica, sans-serif
... ... @@ -160,7 +160,7 @@ input.searchField
160 160 clear: right
161 161 float: right
162 162 font-size: 80%
163   - margin: 30px 0 14px
  163 + margin: 31px 0 14px
164 164 padding: 2px
165 165 text-align: right
166 166 .searchField
... ... @@ -173,7 +173,7 @@ input.searchField
173 173 font-weight: normal
174 174 #searchGadget
175 175 margin: 0
176   - width: 13em
  176 + width: 170px
177 177 input.searchButton
178 178 background-image: url("images/search-button.gif")
179 179 background-position: 8px 2px
... ...