Minor CSS changes
This commit is contained in:
parent
2959ce0b7d
commit
32f07f9b59
|
@ -63,7 +63,7 @@ a {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-indent: -30px;
|
text-indent: -25px;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -83,7 +83,7 @@ a {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-indent: -30px;
|
text-indent: -25px;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue