X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f11221f05bcdd05edd7a9f97d6d57e7baaeb4921..22fefc3df0c9302c2756f2cbbb2cdd011174a3a5:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a16f7d85a..8cdd57a4e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -150,6 +150,10 @@ small, aside { .piwik { border: 0; } +[dir=rtl] { /* no-r2 */ text-align: right; } + +[dir=ltr] { /* no-r2 */ text-align: left; } + /* Rules for icons */ .icon { @@ -1686,7 +1690,7 @@ tr.turn:hover { /* Rules for the diary entry page */ -.diary_entry { +.diary_entries { #map { position: relative; width: 90%; @@ -1722,7 +1726,7 @@ tr.turn:hover { } } -.diary_entry-show img.user_thumbnail { +.diary_entries-show img.user_thumbnail { float: left; } @@ -2342,11 +2346,11 @@ a.button { margin-left: $lineheight; } - ul li { + ul > li { list-style: disc; } - ol li { + ol > li { list-style: decimal; } }