first commit after reset
[mixstore.git] / web / mixstore / css / store / view-usecase.css
1 /* TODO: merge with view-package.css */
2
3 #header {
4 text-align: center;
5 padding-top: 15px;
6 padding-bottom: 15px;
7 border-bottom: 1px solid #ccc;
8 }
9
10 #description {
11 border-bottom: 1px solid #ccc;
12 padding: 15px 0 15px 15px;
13 margin-bottom: 20px;
14 }
15
16 #contact {
17 padding-left: 15px;
18 }
19
20 #moreinfo {
21 padding-left: 15px;
22 }
23
24 .flush-right {
25 text-align: right;
26 }
27
28 #admin {
29 margin-bottom: 20px;
30 }