Skip to content
Snippets Groups Projects
Commit 338681f2 authored by akwizgran's avatar akwizgran
Browse files

Float images to the left for RTL languages.

parent 6638581f
Branches
No related tags found
1 merge request!16Float images to the left for RTL languages
...@@ -97,6 +97,10 @@ img { ...@@ -97,6 +97,10 @@ img {
border:1px solid #000000; border:1px solid #000000;
} }
img:dir(rtl) {
float:left;
}
header { header {
width:270px; width:270px;
float:left; float:left;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment