summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-03-08 13:26:12 -0300
committerYaco <franco@reevo.org>2019-03-08 13:26:12 -0300
commitf2be39f574d3e83374acfa48324978c9c4ead849 (patch)
tree61eacf58b68142a31513de14dfcc7ff231f74bf3
parent36803e168e52161baf17cacb604f229d7951295b (diff)
corrige ancho de tablas
-rw-r--r--www/wiki/skins/bo/reevo.less13
1 files changed, 12 insertions, 1 deletions
diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less
index 2b3dda4f..9a21a440 100644
--- a/www/wiki/skins/bo/reevo.less
+++ b/www/wiki/skins/bo/reevo.less
@@ -27,7 +27,9 @@
}
#catlinks {
- clear: both;
+ clear: both;
+ border-top: 1px #CCC solid;
+ padding: 10px;
}
#title-namespace {
@@ -41,4 +43,13 @@
width: 100%;
}
+table.wikitable {
+ width: 100%;
+ table-layout: fixed;
+}
+
+table.wikitable td {
+ word-break: break-all;
+}
+
// .mw-editsection { display:none!important; }