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
968bfc72
Commit
968bfc72
authored
Apr 14, 2012
by
Tails developers
Browse files
CSS: Add tip sections.
parent
e9aca5c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiki/src/lib/admon-tip.png
0 → 100644
View file @
968bfc72
2.43 KB
wiki/src/local.css
View file @
968bfc72
...
...
@@ -1030,7 +1030,7 @@ span.guimenuitem { font-weight: bold; }
span
.keycap
{
font-weight
:
bold
;
}
span
.menuchoice
{
font-weight
:
bold
;
}
span
.replaceable
{
font-style
:
italic
;
}
div
.bug
,
div
.caution
,
div
.note
{
div
.bug
,
div
.caution
,
div
.note
,
div
.tip
{
background-color
:
#FFFFF0
;
border
:
1px
solid
#E0E0DF
;
padding
:
0.5em
6px
;
...
...
@@ -1038,7 +1038,8 @@ div.bug, div.caution, div.note {
background-repeat
:
no-repeat
;
min-height
:
48px
;
padding-left
:
66px
;
margin
:
0
20em
1.5em
0
;
margin
:
0
0
1.5em
0
;
max-width
:
38em
;
}
div
.bug
{
background-image
:
url(lib/admon-bug.png)
;
...
...
@@ -1049,6 +1050,9 @@ div.caution {
div
.note
{
background-image
:
url(lib/admon-note.png)
;
}
div
.tip
{
background-image
:
url(lib/admon-tip.png)
;
}
/* Special Cases */
...
...
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