Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
5fda5cc0
Commit
5fda5cc0
authored
Feb 15, 2012
by
Nicolas Dandrimont
🤔
Browse files
Fix typos in the pre-wrap CSS primitives
parent
7e54f05d
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/public/style.css
View file @
5fda5cc0
...
@@ -421,7 +421,6 @@ pre {
...
@@ -421,7 +421,6 @@ pre {
white-space
:
normal
;
white-space
:
normal
;
width
:
600px
;
width
:
600px
;
}
}
pre
{
white-space
:
-moz-pre-wrap
;
}
pre
{
white-space
:
pre-wrap
;
}
pre
{
white-space
:
pre-wrap
;
}
tt
,
code
{
tt
,
code
{
...
@@ -430,8 +429,7 @@ tt, code {
...
@@ -430,8 +429,7 @@ tt, code {
color
:
black
;
color
:
black
;
white-space
:
normal
;
white-space
:
normal
;
}
}
tt
,
code
{
white-space
:
-moz-pre-wrap
;
}
tt
,
code
{
white-space
:
pre-wrap
;
}
tt
,
code
{
pre-wrap;
}
dt
{
dt
{
margin
:
1.5em
0
0
0
;
margin
:
1.5em
0
0
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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