projects
/
web
/
GruntInit
/
glmThemeV6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69933ab
)
breadcrumb update
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:34:32 +0000
(12:34 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:34:32 +0000
(12:34 -0400)
I added classes to the breadcrumbs so they don't bash up against the side
of the screen.
root/sections/interior-page.php
patch
|
blob
|
history
diff --git
a/root/sections/interior-page.php
b/root/sections/interior-page.php
index
3cf6169
..
f8c6225
100644
(file)
--- a/
root/sections/interior-page.php
+++ b/
root/sections/interior-page.php
@@
-3,7
+3,7
@@
<div class="row">
<?php if(function_exists('bcn_display') && !is_front_page())
{
- echo "<div class=\"breadcrumbs\">";
+ echo "<div class=\"breadcrumbs
small-12 columns
\">";
bcn_display();
echo "</div>";
}