aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-03-12 17:41:12 +0000
committerMatt <s@tuxlite.com>2013-03-12 17:41:12 +0000
commit0099192688966ca407030058548e2c38be37e43b (patch)
tree0765fb855e17097102b5360925d3ee0f72723f6c /tuxlite_zf
parent6cd89adc5c63656f0d84cbd8a054c9cc898ccc7f (diff)
downloadpelican-themes-0099192688966ca407030058548e2c38be37e43b.zip
pelican-themes-0099192688966ca407030058548e2c38be37e43b.tar.gz
pelican-themes-0099192688966ca407030058548e2c38be37e43b.tar.bz2
Add word-wrap:break-word to deal with long words.
Diffstat (limited to 'tuxlite_zf')
-rw-r--r--tuxlite_zf/static/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css
index 5c3d26b..e908a7f 100644
--- a/tuxlite_zf/static/css/style.css
+++ b/tuxlite_zf/static/css/style.css
@@ -1,6 +1,7 @@
/* Misc */
.button { background-color: #0090d3; }
a { color: #0090d3; }
+body { word-wrap:break-word; }
/* Base.html - top navigation */
.top-bar {
@@ -45,4 +46,4 @@ hr.gradient {
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
-} \ No newline at end of file
+}