User:Headquarter8302/common.css: Difference between revisions
Jump to navigation
Jump to search
testin |
testin |
||
| Line 1: | Line 1: | ||
/* Position coordinates */ | |||
#coordinates { | |||
/* | |||
#coordinates { | |||
position: absolute; | position: absolute; | ||
z-index: 1; | z-index: 1; | ||
border: none; | border: none; | ||
background: none; | background: none; | ||
left: 9px; | |||
top: | top: 5.7em; | ||
float: | float: left; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
text-align: | text-align: left; | ||
text-indent: 0; | text-indent: 0; | ||
font-size: 85%; | font-size: 85%; | ||
text-transform: none; | text-transform: none; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Revision as of 01:15, 1 September 2020
/* Position coordinates */
#coordinates {
position: absolute;
z-index: 1;
border: none;
background: none;
left: 9px;
top: 5.7em;
float: left;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: left;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}