]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/rtl.css
More work on moving styles out of line and extending RTL support
[rails.git] / public / stylesheets / rtl.css
index dd4d0f51df202035dd34604f279a62d7cfd67a2b..6547c6b4f3ba23db926b4dffc69ff9d979b1e07e 100644 (file)
@@ -101,11 +101,6 @@ html body {
 
 /* Rules for OpenLayers maps */
 
-#map {
-  right: 0px;
-  left: 2px;
-}
-
 #permalink {
   right: 15px;
   text-align: right;
@@ -185,17 +180,17 @@ html body {
 
 /* Rules for the diary list */
 
-#diary_list img.user_thumbnail {
+.diary_entry_list img.user_thumbnail {
   float: left;
 }
 
 /* Rules for the diary entry view */
 
-#diary_entry img.user_image {
+.diary_entry_view img.user_image {
   float: left;
 }
 
-#diary_entry img.user_thumbnail {
+.diary_entry_view img.user_thumbnail {
   float: left;
 }
 
@@ -223,11 +218,11 @@ form#termsForm input#agree {
 
 /* Rules for the user view */
 
-#user_details img.user_image {
+.user_view img.user_image {
   float: left;
 }
 
-#user_details .user_map {
+.user_view .user_map {
   float: left;
 }