Fix text wrap on profile-box, change loaded channels to public channels
This commit is contained in:
parent
0c1e7642d9
commit
26a46fc1d9
|
@ -159,7 +159,7 @@ html, body {
|
|||
}
|
||||
|
||||
#messagebuffer div, #messagebuffer code, #filteredit code,
|
||||
#channeldata td, #currenttitle {
|
||||
#channeldata td, #currenttitle, .profile-box {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="span8">
|
||||
<h3>Loaded Channels</h3>
|
||||
<h3>Public Channels</h3>
|
||||
<table id="channeldata" class="table table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue