mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
minor css tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
27da6f45fe
commit
c5eaace8bc
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
# pWiki Macros
|
||||
#  pWiki Macros
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user