Mercurial > moin > 2.0
changeset 2763:161b73a84417
correct moin-wordbreak styling in common.css, remove from theme.css
author | RogerHaase <haaserd@gmail.com> |
---|---|
date | Mon, 25 Aug 2014 12:32:32 -0700 |
parents | f8e28b0f4c36 |
children | bfb5a9fd309f |
files | MoinMoin/static/css/common.css MoinMoin/themes/foobar/static/css/stylus/theme.styl MoinMoin/themes/foobar/static/css/theme.css MoinMoin/themes/modernized/static/css/stylus/theme.styl MoinMoin/themes/modernized/static/css/theme.css |
diffstat | 5 files changed, 2 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/static/css/common.css Sun Aug 24 08:39:54 2014 -0700 +++ b/MoinMoin/static/css/common.css Mon Aug 25 12:32:32 2014 -0700 @@ -14,7 +14,8 @@ display: inline; } .moin-wordbreak { - font-size: 1.4em; + word-break: break-all; + word-wrap: break-word; } .moin-search-meta { color: green;
--- a/MoinMoin/themes/foobar/static/css/stylus/theme.styl Sun Aug 24 08:39:54 2014 -0700 +++ b/MoinMoin/themes/foobar/static/css/stylus/theme.styl Mon Aug 25 12:32:32 2014 -0700 @@ -590,10 +590,6 @@ input float left -.moin-wordbreak - word-break break-all - word-wrap break-word - .moin-history-time width 10%
--- a/MoinMoin/themes/foobar/static/css/theme.css Sun Aug 24 08:39:54 2014 -0700 +++ b/MoinMoin/themes/foobar/static/css/theme.css Mon Aug 25 12:32:32 2014 -0700 @@ -302,7 +302,6 @@ #moin-page-history table thead tr th input[type="Submit"]:hover{box-shadow:1px 1px 2px #000} .moin-hist-rev{margin:0;} .moin-hist-rev input{float:left} -.moin-wordbreak{word-break:break-all;word-wrap:break-word} .moin-history-time{width:10%} .moin-history-contenttype{width:18%} .moin-history-editorinfo{width:17%}
--- a/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sun Aug 24 08:39:54 2014 -0700 +++ b/MoinMoin/themes/modernized/static/css/stylus/theme.styl Mon Aug 25 12:32:32 2014 -0700 @@ -594,11 +594,6 @@ &:hover box-shadow 1px 1px 2px font_color - -.moin-wordbreak - word-break break-all - word-wrap break-word - .moin-history-time width 10% text-align right
--- a/MoinMoin/themes/modernized/static/css/theme.css Sun Aug 24 08:39:54 2014 -0700 +++ b/MoinMoin/themes/modernized/static/css/theme.css Mon Aug 25 12:32:32 2014 -0700 @@ -324,7 +324,6 @@ #moin-page-history table thead tr th{text-align:center;} #moin-page-history table thead tr th input[type="Submit"]{padding:4px 10px;box-shadow:1px 1px 2px #9d9d9b;cursor:pointer;font-size:1em;} #moin-page-history table thead tr th input[type="Submit"]:hover{box-shadow:1px 1px 2px #000} -.moin-wordbreak{word-break:break-all;word-wrap:break-word} .moin-history-time{width:10%;text-align:right} .moin-history-contenttype{width:18%} .moin-history-editorinfo{width:17%}