From 8138373973ffae06da9277c78fa4c6ff5e841e6e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Apr 2015 14:14:19 +0200 Subject: [PATCH] move style to style.css --- include/text.php | 6 +++--- view/theme/redbasic/css/style.css | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/include/text.php b/include/text.php index 881c694c3..791254e52 100644 --- a/include/text.php +++ b/include/text.php @@ -1042,9 +1042,9 @@ function list_smilies() { ':facepalm', ':like', ':dislike', - 'red' . urlencode('red#matrix') . 'matrix', - 'red' . urlencode('red#') . 'matrix', - 'redr#matrix' + 'redmatrix', + 'redmatrix', + 'redmatrix' ); diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 15bf85e4a..10865d0da 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2211,6 +2211,12 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { border: 3px solid red !important; } +.bb_rm-logo { + height: 1.3em; + width: auto; + margin-top:-3px; +} + .bootstrap-tagsinput .tag:before { /* Copied from icon-asterisk, is there a better way to do it? */ font-family: FontAwesome;