b2ad7569cf15b7ca49876dc8121fd612e78695c4
Bernd Wurst Neue Darstellung der Kontak...

Bernd Wurst authored 6 years ago

1) /*
2)  * -------------------------------------------------------------------------------
3)  * This file belongs to the Webinterface of schokokeks.org Hosting
4)  * 
5)  * Written 2008-2018 by schokokeks.org Hosting, namely
6)  *    Bernd Wurst <bernd@schokokeks.org>
7)  *    Hanno Böck <hanno@schokokeks.org>
8)  *
9)  * To the extent possible under law, the author(s) have dedicated all copyright 
10)  * and related and neighboring rights to this software to the public domain 
11)  * worldwide. This software is distributed without any warranty.
12)  *
13)  * You should have received a copy of the CC0 Public Domain Dedication along 
14)  * with this software. If not, see 
15)  * http://creativecommons.org/publicdomain/zero/1.0/
16)  *
17)  * Nevertheless, in case you use a significant part of this code, we ask (but 
18)  * not require, see the license) that you keep the authors' names in place and 
19)  * return your changes to the public. We would be especially happy if you tell 
20)  * us what you're going to do with this code.
21)  * -------------------------------------------------------------------------------
22)  */
23) 
24) 
25) div.contact-list {
26)     display: flex;
27)     flex-direction: row;
28)     flex-wrap: wrap;
29) }
30) 
31) div.contact {
32)     border: 1px solid black;
33)     width: 18em;
34)     margin: 1em;
Bernd Wurst Security

Bernd Wurst authored 6 years ago

35)     padding: 3px 10px;    
36) }
37) div.contact.mainaddress {
38)     border: 2px solid red;
39)     padding: 2px 9px;