Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
dbf9fe58
Commit
dbf9fe58
authored
Dec 23, 2015
by
sajolida
Browse files
Prevent display of counter outside of steps
parent
a415e377
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiki/src/install/inc/stylesheets/assistant.css
View file @
dbf9fe58
...
...
@@ -105,6 +105,10 @@ h1 strong {
box-shadow
:
0px
-10px
#0A0
inset
;
}
h1
:before
{
display
:
none
;
}
h3
,
h4
,
p
,
ul
{
margin
:
20px
;
}
...
...
wiki/src/install/inc/stylesheets/steps.css
View file @
dbf9fe58
...
...
@@ -39,6 +39,7 @@ h1:before {
font-size
:
0.75em
;
counter-increment
:
step
;
margin-right
:
-2em
;
display
:
inline
;
}
/* Thiner border */
...
...
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