Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Fixed css for ReST align directive
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Jul 27, 2011
1 parent e5d2649 commit cf3844a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/landslide/themes/default/css/screen.css
Expand Up @@ -320,11 +320,13 @@ section img.align-center {
section img.align-right {
display: block;
margin-left: auto;
margin-right: 0;
}

section img.align-left {
display: block;
margin-right: auto;
margin-left: 0;
}

a {
Expand Down
2 changes: 2 additions & 0 deletions src/landslide/themes/light/css/screen.css
Expand Up @@ -150,11 +150,13 @@ section img.align-center {
section img.align-right {
display: block;
margin-left: auto;
margin-right: 0;
}

section img.align-left {
display: block;
margin-right: auto;
margin-left: 0;
}

a {
Expand Down
2 changes: 2 additions & 0 deletions src/landslide/themes/tango/css/screen.css
Expand Up @@ -168,11 +168,13 @@ section img.align-center {
section img.align-right {
display: block;
margin-left: auto;
margin-right: 0;
}

section img.align-left {
display: block;
margin-right: auto;
margin-left: 0;
}

a {
Expand Down

0 comments on commit cf3844a

Please sign in to comment.