projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a6d3c8
)
updating breadcrumb
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:31:26 +0000
(12:31 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:31:26 +0000
(12:31 -0400)
I updated the classes for the breadcrumbs. Now it shouldn't be natually
banging against the side of page.
root/sections/interior-page.php
patch
|
blob
|
history
diff --git
a/root/sections/interior-page.php
b/root/sections/interior-page.php
index
cc77ca0
..
dcfda19
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>";
}