diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 4ae54e4da..0b6230959 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 596071afd..846f92673 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; }