Die Seite für Alsterweiler von Matthias C.S. Dreyer u.a.

vector.css

Aus Alsterweiler
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
/* Position coordinates */
 
/* Position coordinates */
 
#coordinates {
 
#coordinates {
 +
    position: absolute;
 +
    top: 0em;
 +
    right: 0em;
 +
    float: right;
 +
    margin: 0em;
 +
    padding: 0em;
 +
    line-height: 1.5em;
 +
    text-align: right;
 +
    text-indent: 0;
 +
    font-size: 85%;
 +
    text-transform: none;
 +
    white-space: nowrap;
 +
}
 +
 +
/* Position coordinates */
 +
#geocode {
 
     position: absolute;
 
     position: absolute;
 
     top: 0em;
 
     top: 0em;

Version vom 18. September 2013, 17:30 Uhr

/* Position coordinates */
#coordinates {
    position: absolute;
    top: 0em;
    right: 0em;
    float: right;
    margin: 0em;
    padding: 0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

/* Position coordinates */
#geocode {
    position: absolute;
    top: 0em;
    right: 0em;
    float: right;
    margin: 0em;
    padding: 0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}