Compare commits
23 Commits
Author | SHA1 | Date | |
---|---|---|---|
fbc0b6f741 | |||
76d29a0dab | |||
b0aa329c42 | |||
0955e2cfc3 | |||
776f8a2844 | |||
73770ff339 | |||
dacd97fd7b | |||
d7cdaa9856 | |||
816e6bc85a | |||
55b9205d2b | |||
7bdc97dbd5 | |||
5f271cb06b | |||
047a5a6359 | |||
c8b4156eba | |||
2ec1ebccc6 | |||
|
3f167f5242 | ||
|
0a735d72d9 | ||
|
1cc5d51137 | ||
|
d0f1138305 | ||
|
65cb9b10e7 | ||
|
7ff1bf5869 | ||
|
796fe3e2f7 | ||
|
bd353201e3 |
1
.discourse-compatibility
Normal file
1
.discourse-compatibility
Normal file
@ -0,0 +1 @@
|
||||
< 3.2.0.beta2: 1cc5d51137652c3977640f064739a08b1d1fe1be
|
@ -6,7 +6,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
[data-wrap="columns"] > p, [data-wrap="floatl"] > p, [data-wrap="floatr"] > p {
|
||||
[data-wrap="columns"] > p, [data-wrap="floatl"] > p, [data-wrap="floatr"] > p, [data-wrap="floatc"] > p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@ -20,3 +20,7 @@
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
[data-wrap="floatc"] {
|
||||
clear: both;
|
||||
}
|
||||
|
@ -14,4 +14,5 @@
|
||||
|
||||
[data-wrap="floatr"] {
|
||||
}
|
||||
|
||||
[data-wrap="floatc"] {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user