1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Bc Fixes. Fix for broken navigation when using {SITELINKS} shortcode.

This commit is contained in:
Cameron
2016-12-10 17:05:12 -08:00
parent 268004bd71
commit b105b854e6
2 changed files with 14 additions and 4 deletions

View File

@@ -28,4 +28,6 @@ div.news-empty { text-align:center; font-weight: bold }
div.checkboxes label.checkbox { display: block }
textarea.bbarea { margin:0; }
#chatbox-input-block { text-align:center }
#chatbox-input-block { text-align:center }
ul.breadcrumb li { display:inline-block; padding-right:5px;}
ul.breadcrumb li span.divider { padding-left:5px; }