From b070c6ccb0fcb73f7caf88cbd2fce861bf5ea1ca Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 6 Jan 2015 14:49:04 -0800 Subject: [PATCH] s/\t/ /g in stylesheets/options.css --- stylesheets/options.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/stylesheets/options.css b/stylesheets/options.css index acf2b343a..bf105cd58 100644 --- a/stylesheets/options.css +++ b/stylesheets/options.css @@ -14,7 +14,7 @@ */ * { - font-family: Ubuntu, Segoe, 'Lucidia Grande', sans-serif; + font-family: Ubuntu, Segoe, 'Lucidia Grande', sans-serif; } .paper { @@ -24,33 +24,33 @@ h1 { - font-size: 30pt; - font-weight: normal; - padding-bottom: 10px; + font-size: 30pt; + font-weight: normal; + padding-bottom: 10px; } h2 { - font-size: 12pt; - font-weight: normal; + font-size: 12pt; + font-weight: normal; } .left-column { - float: left; - width: 45%; + float: left; + width: 45%; } .right-column { - float: right; - width: 50%; + float: right; + width: 50%; } .hidden { - display: none; + display: none; } #textsecure-icon { - width: 50px; - height: 50px; + width: 50px; + height: 50px; } #setup-qr {