Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 1 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

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