/bbp-breadcrumbs-2635.php Secret
Last active
August 29, 2015 14:03
Star
You must be signed in to star a gist
bbPress - Breadcrumbs #2635 https://bbpress.trac.wordpress.org/ticket/2635
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: src/templates/default/css/bbpress.css | |
=================================================================== | |
--- src/templates/default/css/bbpress.css (revision 5415) | |
+++ src/templates/default/css/bbpress.css (working copy) | |
@@ -401,7 +401,10 @@ | |
/* =Breadcrumb and Tags | |
-------------------------------------------------------------- */ | |
-div.bbp-breadcrumb { | |
+div.bbp-breadcrumb, | |
+div.bbp-breadcrumb ul, | |
+div.bbp-breadcrumb li, | |
+div.bbp-breadcrumb a { | |
float: left; | |
} | |
@@ -423,6 +426,8 @@ | |
clear: both; | |
} | |
+div.bbp-breadcrumb ul li a::after{ content: ' › '; } | |
+ | |
/* =Search | |
-------------------------------------------------------------- */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment