summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-01-02 23:13:47 +0100
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-01-05 19:21:50 +0100
commit8fe5d887ae420e95017b2b32ba2519543fd84e9c (patch)
tree821d0273876677829e309a202034c93631570050 /public/css
parent4e6d048ba10981dd3443e3f9e373ee0821fe01ed (diff)
downloadgitea-8fe5d887ae420e95017b2b32ba2519543fd84e9c.tar.gz
gitea-8fe5d887ae420e95017b2b32ba2519543fd84e9c.zip
Changed name from inline to unified
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 27f3211e7a..d8f715a7cf 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -738,14 +738,7 @@ pre.raw {
pre.wrap {
white-space: pre-wrap;
/* CSS 3 */
- white-space: -moz-pre-wrap;
- /* Mozilla, since 1999 */
- white-space: -pre-wrap;
- /* Opera 4-6 */
- white-space: -o-pre-wrap;
- /* Opera 7 */
- word-wrap: break-word;
- /* Internet Explorer 5.5+ */
+ word-break: break-word;
}
.full.height {
padding: 0;