-
Notifications
You must be signed in to change notification settings - Fork 0
/
tablet.css
48 lines (34 loc) · 846 Bytes
/
tablet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* hack class to get rid of bootstrap padding */
@media (min-width: 768px) {
.no-pad {
padding: 0!important;
}
}
@media(max-width:767px) {
.col-md-3 img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
@media(max-width:767px) {
h1.threaded-title {
margin-bottom: 5px;
}
#dialog, .editor {
padding-left: 10px;
padding-right: 10px;
}
#registerContent > div.col-xs-12.clearfix.fahk.no-pad > div.col-xs-12.col-md-6.text-left.no-pad,
#registerContent > div.col-xs-12.clearfix.fahk.no-pad > div.col-xs-12.col-md-6.text-right.no-pad {
text-align: center;
}
.col-md-3 img {
display: block;
margin-left: auto;
margin-right: auto;
}
.fahk {
text-align: center;
}
}