minor css tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-16 05:14:59 +03:00
parent 27da6f45fe
commit c5eaace8bc
3 changed files with 10 additions and 2 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
# pWiki Macros
# ![pWiki](img/pWiki-i.jpg) pWiki Macros
## Syntax

View File

@ -7,6 +7,14 @@ body {
vertical-align: middle;
}
h1, h2, h3 {
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
padding-bottom: 5px;
}
h2, h3 {
border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.raw,
.text {
display: block;