1
0
Fork 0

Corrected horizontal scrollbar issue

website
Mike Gerwitz 2014-03-12 23:17:18 -04:00
parent 8cab2c0815
commit 16a084c6b8
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 9 additions and 4 deletions

View File

@ -377,7 +377,7 @@ pre.js, div.float {
#menu ul #whyfreejs { #menu ul #whyfreejs {
position: absolute; position: absolute;
text-align: center; text-align: right;
line-height: 1.25em; line-height: 1.25em;
right: 0em; right: 0em;
@ -385,6 +385,11 @@ pre.js, div.float {
margin: -3.25em 0em 0em 0em; margin: -3.25em 0em 0em 0em;
} }
#menu ul #whyfreejs a {
margin: 0em;
padding: 0em 0.5em;
}
#menu ul #whyfreejs a { #menu ul #whyfreejs a {
color: #f57900; color: #f57900;
} }