Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 1 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
33 lars 1
/* $URL$ last modified in Revision $Rev$ by $Author$ at $Date$*/
2
 
3
/* Fancy form styles for IE */
4
 
5
input, textarea, select {
6
border-top-width : 1px;
7
border-right-width : 1px;
8
border-bottom-width : 1px;
9
border-left-width : 1px;
10
}
11
 
12
input { text-indent : 2px; }
13
 
14
input.button {
15
border-top-width : 1px;
16
border-right-width : 1px;
17
border-bottom-width : 1px;
18
border-left-width : 1px;
19
}
20
 
21
.postbody { line-height: 18px}