25 lines
No EOL
397 B
CSS
25 lines
No EOL
397 B
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
.qrCode {
|
|
float: left;
|
|
padding-left: .7em;
|
|
}
|
|
img.qrCode {
|
|
margin-bottom: 2em;
|
|
padding-left: 0;
|
|
}
|
|
.vcard {
|
|
clear: left;
|
|
}
|
|
h2 em {
|
|
font-style: normal;
|
|
font-size: .7em;
|
|
}
|
|
section h4 {
|
|
margin-top: 2em;
|
|
padding-bottom: 0;
|
|
}
|
|
section textarea {
|
|
width: 600px;
|
|
height: 120px;
|
|
} |