Corrected horizontal scrollbar issue
parent
8cab2c0815
commit
16a084c6b8
|
@ -377,7 +377,7 @@ pre.js, div.float {
|
|||
#menu ul #whyfreejs {
|
||||
position: absolute;
|
||||
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
line-height: 1.25em;
|
||||
|
||||
right: 0em;
|
||||
|
@ -385,6 +385,11 @@ pre.js, div.float {
|
|||
margin: -3.25em 0em 0em 0em;
|
||||
}
|
||||
|
||||
#menu ul #whyfreejs a {
|
||||
margin: 0em;
|
||||
padding: 0em 0.5em;
|
||||
}
|
||||
|
||||
#menu ul #whyfreejs a {
|
||||
color: #f57900;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue