Skip to content

Commit

Permalink
#1334 Small visual changes to apply accents
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 15, 2015
1 parent d514974 commit b8d78f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion themes/Sunrise/forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</span>
</div>
<div class="panel panel-default panel-board">
<div class="panel-heading">
<div class="panel-heading" style="background: <?php echo $cur_forum['color'] ?>;">
<h3 class="panel-title"><?php echo luna_htmlspecialchars($cur_forum['forum_name']) ?></h3>
</div>
<div class="panel-body">
Expand Down
2 changes: 1 addition & 1 deletion themes/Sunrise/objects/forum.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row forum-row <?php echo $item_status ?>">
<div class="row forum-row <?php echo $item_status ?>" style="border-left: 5px solid <?php echo $cur_forum['color'] ?>;">
<div class="col-md-4 col-sm-4 col-xs-5">
<strong><a href="viewforum.php?id=<?php echo $cur_forum['fid'] ?>"><?php echo luna_htmlspecialchars($cur_forum['forum_name']) ?></a></strong><br />
<?php echo $forum_desc ?>
Expand Down
10 changes: 2 additions & 8 deletions themes/Sunrise/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* General fixes */
body,
html {
background-color: #f2f2f2;
background-color: #eaeaea;
font-family: "Segoe UI", Arial;
}

Expand Down Expand Up @@ -900,17 +900,11 @@ hr {
color: #232323;
background-color: #fff;
padding: 8px 0;
border-bottom: 1px #eaeaea solid;
}

.forum-row:last-child,
.thread-row:last-child {
border-bottom: none;
}

.forum-row.roweven,
.thread-row.roweven {
background-color: #fbfbfb;
background-color: #f2f2f2;
}

.forum-row.roweven.new-item,
Expand Down

0 comments on commit b8d78f5

Please sign in to comment.