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:
#p-personal users's block { display: ;}
+
/* 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;
 +
}

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;
}