diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 4ae54e4da4..0b62309592 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -120,6 +120,9 @@ blockquote { float: left; font-style: normal; } +#branding img { + float: right; +} /* =Menu -------------------------------------------------------------- */ diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 596071afda..846f92673d 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -362,6 +362,7 @@ a:hover { border-bottom: 1px solid #000; clear: both; display: block; + float: left; }