Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
f8100cb3
Commit
f8100cb3
authored
Jan 16, 2013
by
Hugh Davenport
Committed by
Gerrit Code Review
Jan 16, 2013
Browse files
Merge "bug#1100030 Removed 'word-break's from css"
parents
ac6b9dc8
cae36302
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/theme/raw/static/style/style.css
View file @
f8100cb3
...
...
@@ -48,13 +48,11 @@ h1, h2, h3, h4, h5, h6 {
}
h1
:first-child
,
h2
:first-child
,
h3
:first-child
,
h4
:first-child
,
h5
:first-child
,
h6
:first-child
{
margin-top
:
0
;
word-break
:
break-all
;
white-space
:
normal
;
word-wrap
:
break-word
;
}
/* For Browsers which do not support first-child */
.ie6
h1
,
.ie6
h2
,
.ie6
h3
,
.ie6
h4
,
.ie6
h5
,
.ie6
h6
{
word-break
:
break-all
;
white-space
:
normal
;
word-wrap
:
break-word
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment