mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Fix styling of math and blockquote
This commit is contained in:
@@ -41,6 +41,9 @@ h6 {
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
}
|
||||
blockquote {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
float: left;
|
||||
@@ -222,3 +225,8 @@ p.admonition-title {
|
||||
width: 200px;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
/* misc */
|
||||
div.math {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user