summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme/responsive.css')
-rw-r--r--theme/responsive.css74
1 files changed, 4 insertions, 70 deletions
diff --git a/theme/responsive.css b/theme/responsive.css
index 9d603e357..9dc935819 100644
--- a/theme/responsive.css
+++ b/theme/responsive.css
@@ -556,76 +556,10 @@
}
}
-@media (min-width: 700px) {
- .postbody { width: 100%; }
-}
-
-@media (min-width: 701px) {
- .postbody { width: 76%; }
-}
-
-@media (min-width: 750px) {
- .postbody { width: 78%; }
-}
-
-@media (min-width: 800px) {
- .postbody { width: 79%; }
-}
-
-@media (min-width: 850px) {
- .postbody { width: 80%; }
-}
-
-@media (min-width: 900px) {
- .postbody { width: 81%; }
-}
-
-@media (min-width: 950px) {
- .postbody { width: 82%; }
-}
-
-@media (min-width: 1000px) {
- .postbody { width: 83%; }
-}
-
-@media (min-width: 1100px) {
- .postbody { width: 84%; }
-}
-
-@media (min-width: 1200px) {
- .postbody { width: 85%; }
-}
-
-@media (min-width: 1300px) {
- .postbody { width: 86%; }
-}
-
-@media (min-width: 1400px) {
- .postbody { width: 87%; }
-}
-
-@media (min-width: 1500px) {
- .postbody { width: 88%; }
-}
-
-@media (min-width: 1600px) {
- .postbody { width: 89%; }
-}
-
-@media (min-width: 1700px) {
- .postbody { width: 90%; }
-}
-
-@media (min-width: 1800px) {
- .postbody { width: 91%; }
-}
-
-@media (min-width: 1900px) {
- .postbody { width: 92%; }
-}
-
-@media (min-width: 2000px) {
- .postbody { width: 93%; }
+.postbody {
+ width: auto;
+ float: none;
+ overflow: hidden;
}
@media (min-width: 701px) and (max-width: 950px) {