Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-10-26 23:28:13 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-10-26 23:28:13 +0300
commit3a8ce1d0eca281a8f765612ded993e860792e220 (patch)
treeab6725c04c447d219904b96ceab00b2dabe4a186
parent8b979066a60c112eed6f879c0b0afee07bf0ca81 (diff)
Remove CSS clutter, fix centering
-rw-r--r--public/css/shorten_result.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/public/css/shorten_result.css b/public/css/shorten_result.css
index 71f8255..46adf07 100644
--- a/public/css/shorten_result.css
+++ b/public/css/shorten_result.css
@@ -15,11 +15,9 @@
.qr-code-container {
display: none;
- width: 300px;
- height: 300px;
- padding: 10px;
- margin: 20px auto 0 auto;
- background-color: white;
- border: 1px #b7b7b7 solid;
- border-radius: 7px;
+ margin-top: 2em;
+}
+
+.qr-code-container img {
+ display: inline !important;
}