Commit 94149b9
Changed files (2)
index.html
@@ -69,10 +69,16 @@
</div> <!-- /end tile 'row'/ -->
<div class="tile is-ancestor">
<div class="tile is-parent is-12">
- <article class="tile is-child box">
- <ul id="webticker1"></ul>
- <ul id="webticker2"></ul>
- </article>
+ <div class="tile is-child box columns">
+ <div class="column is-1 has-text-right">
+ <h3 class="title" style="padding-top:9px;">CNN:</h3>
+ <h3 class="title" style="padding-top:1px;">Al Jazeera:</h3>
+ </div>
+ <div class="column">
+ <ul id="webticker1"></ul>
+ <ul id="webticker2"></ul>
+ </div>
+ </div >
</div>
</div> <!-- /end tile 'row'/ -->
</div> <!-- /end container/ -->
webticker.css
@@ -1,5 +1,5 @@
.tickercontainer { /* the outer div with the black border */
-width: 1840px;
+width: 1650px;
height: 50px;
margin: 0;
padding: 0;