Browse Source

CSS Fix

CSS fix before stable release.
pull/9/head
Danang Probo Sayekti 12 years ago
parent
commit
0f53d0de69
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      themes/clean/css/style.css
  2. +2
    -2
      themes/default/css/style.css

+ 2
- 2
themes/clean/css/style.css View File

@ -278,7 +278,7 @@ blockquote:after {
blockquote {
font-style: italic;
margin-left: 1em;
margin: 1em 0 1em 1em;
}
.credit {
@ -705,7 +705,7 @@ aside .copyright p{
-----------------------------*/
.video-wrapper {
margin-bottom:1em;
margin:1em 0;
}
@media all and (min-width: 420px) {


+ 2
- 2
themes/default/css/style.css View File

@ -148,7 +148,7 @@ blockquote:after {
blockquote {
font-style: italic;
margin-left: 1em;
margin: 1em 0 1em 1em;
}
pre {
@ -710,7 +710,7 @@ h1.title-post a:hover, h2.title-index a:hover {
-----------------------------*/
.video-wrapper {
margin-bottom:1em;
margin:1em 0;
}
@media all and (min-width: 420px) {


Loading…
Cancel
Save