| Index: static/scss/components/_browser-select.scss | 
| =================================================================== | 
| --- a/static/scss/components/_browser-select.scss | 
| +++ b/static/scss/components/_browser-select.scss | 
| @@ -9,18 +9,22 @@ | 
| // help.eyeo.com is distributed in the hope that it will be useful, | 
| // but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| // GNU General Public License for more details. | 
| // | 
| // You should have received a copy of the GNU General Public License | 
| // along with help.eyeo.com.  If not, see <http://www.gnu.org/licenses/>. | 
|  | 
| +/******************************************************************************* | 
| + * Browser Select | 
| + ******************************************************************************/ | 
| + | 
| #browser-select-label | 
| -{ | 
| +{ | 
| margin-right: 1em; | 
| text-transform: uppercase; | 
| } | 
|  | 
| [dir="rtl"] #browser-select-label | 
| { | 
| margin-right: auto; | 
| margin-left: 1em; | 
|  |