Skip to content
Snippets Groups Projects
Commit bff12250 authored by Charlie Morris's avatar Charlie Morris
Browse files

adding bento-box specific classes

parent 08f9ff62
No related branches found
No related tags found
4 merge requests!19Nf views ui columns,!16Nf views ui columns,!15Nf views ui columns,!4Best bets edit
......@@ -10,7 +10,7 @@
*
*/
?>
<li class="bento-box">
<li class="bento-box bento-box-archives">
<div class="bento-box_title">
<h2><?php print render($box_content['box_name']); ?> <span>(<?php print render($box_content['link_count_top']); ?>)</span></h2>
</div>
......
......@@ -10,7 +10,7 @@
*
*/
?>
<li class="bento-box">
<li class="bento-box bento-box-articles">
<div class="bento-box_title">
<h2><?php print render($box_content['box_name']); ?> <span>(<?php print render($box_content['link_count_top']); ?>)</span></h2>
</div>
......
......@@ -10,7 +10,7 @@
*
*/
?>
<li class="bento-box">
<li class="bento-box bento-box-books">
<div class="bento-box_title">
<h2><?php print render($box_content['box_name']); ?> <span>(<?php print render($box_content['link_count_top']); ?>)</span></h2>
</div>
......
......@@ -9,7 +9,7 @@
*
*/
?>
<li class="bento-box">
<li class="bento-box bento-box-website">
<div class="bento-box_title">
<h2><?php print render($box_content['box_name']); ?></h2>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment