Skip to content
Snippets Groups Projects
Commit ec5a4ac7 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'float-images-left-for-rtl-languages' into 'master'

Float images to the left for RTL languages

See merge request !16
parents 6638581f 338681f2
No related branches found
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.
Finish editing this message first!
Please register or to comment