move style to style.css
This commit is contained in:
parent
5457b417f8
commit
8138373973
@ -1042,9 +1042,9 @@ function list_smilies() {
|
|||||||
'<img class="smiley" src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />',
|
'<img class="smiley" src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />',
|
||||||
'<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
|
'<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
|
||||||
'<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
|
'<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
|
||||||
'<a href="http://getzot.com"><strong>red<img class="smiley" style="height:1.3em; width:auto; margin-top:-3px" src="' . $a->get_baseurl() . '/images/rm-32.png" alt="' . urlencode('red#matrix') . '" />matrix</strong></a>',
|
'<a href="http://getzot.com"><strong>red<img class="smiley bb_rm-logo" src="' . $a->get_baseurl() . '/images/rm-32.png" alt="' . urlencode('red#matrix') . '" />matrix</strong></a>',
|
||||||
'<a href="http://getzot.com"><strong>red<img class="smiley" style="height:1.3em; width:auto; margin-top:-3px" src="' . $a->get_baseurl() . '/images/rm-32.png" alt="' . urlencode('red#') . '" />matrix</strong></a>',
|
'<a href="http://getzot.com"><strong>red<img class="smiley bb_rm-logo" src="' . $a->get_baseurl() . '/images/rm-32.png" alt="' . urlencode('red#') . '" />matrix</strong></a>',
|
||||||
'<a href="http://getzot.com"><strong>red<img class="smiley" style="height:1.3em; width:auto; margin-top:-3px" src="' . $a->get_baseurl() . '/images/rm-32.png" alt="r#" />matrix</strong></a>'
|
'<a href="http://getzot.com"><strong>red<img class="smiley bb_rm-logo" src="' . $a->get_baseurl() . '/images/rm-32.png" alt="r#" />matrix</strong></a>'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -2211,6 +2211,12 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
|||||||
border: 3px solid red !important;
|
border: 3px solid red !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bb_rm-logo {
|
||||||
|
height: 1.3em;
|
||||||
|
width: auto;
|
||||||
|
margin-top:-3px;
|
||||||
|
}
|
||||||
|
|
||||||
.bootstrap-tagsinput .tag:before {
|
.bootstrap-tagsinput .tag:before {
|
||||||
/* Copied from icon-asterisk, is there a better way to do it? */
|
/* Copied from icon-asterisk, is there a better way to do it? */
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
|
Reference in New Issue
Block a user