Fix text wrap on profile-box, change loaded channels to public channels

This commit is contained in:
Calvin Montgomery 2013-08-13 22:17:58 -04:00
parent 0c1e7642d9
commit 26a46fc1d9
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ html, body {
} }
#messagebuffer div, #messagebuffer code, #filteredit code, #messagebuffer div, #messagebuffer code, #filteredit code,
#channeldata td, #currenttitle { #channeldata td, #currenttitle, .profile-box {
white-space: pre-wrap; /* css-3 */ white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */ white-space: -pre-wrap; /* Opera 4-6 */

View File

@ -47,7 +47,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="span8"> <div class="span8">
<h3>Loaded Channels</h3> <h3>Public Channels</h3>
<table id="channeldata" class="table table-striped table-bordered"> <table id="channeldata" class="table table-striped table-bordered">
<thead> <thead>
<tr> <tr>