padding-right: 215px;
}
-/*
-#tabnav li {
- float: right;
-}
-*/
-
#tabnav a, #tabnav a:link, #tabnav a:visited
{
float: right;
right: 15px
}
-/* Rules for OpenLayers maps */
-
-#map {
- right: 0px;
- left: 2px;
-}
-
-#permalink {
- right: 15px;
- text-align: right;
-}
-
/* Rules for attribution text under the main map shown on printouts */
.attribution_license {
/* 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;
}
/* 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;
}