The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Cancel load cke_toolbar by additional.css
Hello, I have modified the additional.css file a bit so that the icons that I don't need in cke_toolbar do not appear, so far so good.
But I want to do the same with the line break that the icons have, I add this to the additional.css, but it doesn't work for me: Code:
I change this code: .cke_skin_kama .cke_break{font-size:0;clear:left;} for this but it doesn't work .cke_skin_kama .cke_break {font-size: 0; clear: none;} |
#2
|
||||
|
||||
Try adding an !important to the clear:none
Code:
.cke_skin_kama .cke_break {clear:none !important;} |
#3
|
|||
|
|||
It works, thanks a lot friend.:up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|