Skip to content
Snippets Groups Projects
Commit 50163f42 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

main.less: Add a p.note class, to show notes on the website


Still need to improve the colors though...

Signed-off-by: default avatarDiego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
parent 1fe76f4b
No related branches found
No related tags found
No related merge requests found
......@@ -134,3 +134,14 @@ a {
padding-top: 20px;
}
}
p.note {
color: #000000;
border: solid 1px #6CC1FF;
background-color: #BBD9FF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 14px 20px;
mc-auto-number-format: '{b}Note: {/b}';
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment