mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
changed default tab-width to 4...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
697c249757
commit
0e95912f70
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
font-family: /*worksans,*/ opensans, sans-serif;
|
font-family: /*worksans,*/ opensans, sans-serif;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.raw,
|
.raw,
|
||||||
@ -32,6 +33,10 @@ pre {
|
|||||||
display: block;
|
display: block;
|
||||||
background-color: rgba(0, 0, 0, 0.05);
|
background-color: rgba(0, 0, 0, 0.05);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
|
-moz-tab-size: 4;
|
||||||
|
-o-tab-size: 4;
|
||||||
|
tab-size: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item:hover {
|
.item:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user