From 85aa0722342f7334cd26a0213d4b7913bfefdecd Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 28 Feb 2017 20:11:57 +0100 Subject: [PATCH] compromise: using spans, but with a class to give them a meaning --- css/bootstrap/privatebin.css | 4 ++-- tpl/bootstrap.php | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 5c940a4..3e8cbb2 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -102,8 +102,8 @@ body.loading { margin-bottom: 10px; } -.glyphicon { - margin-right: 5px; +.pl-1::before { + content: " "; } .comment { diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 05caa3e..389423d 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -122,7 +122,7 @@ endif;