2014-01-29, 10:03 AM
How to make a border on a function like this border http://prntscr.com/2nl1ez
Make A Border
|
2014-01-29, 10:03 AM
How to make a border on a function like this border http://prntscr.com/2nl1ez
2014-01-29, 10:15 AM
border-bottom: 3px solid #555;
border-radius: 3px; (repeat all browser compatible radius declarations)
2014-01-29, 10:21 AM
I don't get it, i think it's a .css code but i want to do it here see http://prntscr.com/2nl4bx so tell me that
Okay, seems you already have the style applied and I assume that style is declared as .button.
So, find the link (probably in showthread template group). This should be like: <a href=" ....."><i class="fa fa-lock"></i> Close</a> Make it: <a href=" ....." class="button"><i class="fa fa-lock"></i> Close</a> OR: <a href=" ....."><span class="button"><i class="fa fa-lock"></i> Close</span></a>
2014-01-29, 10:51 AM
Thanks, repped
|
« Next Oldest | Next Newest »
|