mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2024-11-22 11:59:41 +01:00
Subtle style change, plus launch new tabs on history/library.
This commit is contained in:
parent
eb74dc4ae5
commit
9a66e1b853
@ -4,7 +4,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- Post Content Column -->
|
||||
<div class="col-lg-12">
|
||||
<div class="col-lg-9">
|
||||
<!-- Title -->
|
||||
<h1 class="mt-4" style="margin-bottom: 2rem;">
|
||||
IRC!Radio
|
||||
@ -45,14 +45,14 @@
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<h4>History</h4>
|
||||
<a href="/history.txt">history.txt</a>
|
||||
<a href="/history.txt" target="_blank">View in new tab</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5">
|
||||
<h4>Library
|
||||
<small style="font-size:12px">(by user)</small>
|
||||
<h4>View User Library
|
||||
<small style="font-size:12px"></small>
|
||||
</h4>
|
||||
<form method="GET" action="/library">
|
||||
<form target="_blank" method="GET" action="/library">
|
||||
<div class="input-group mb-3 style=no-gutters">
|
||||
<input type="text" class="form-control" id="name" name="name" placeholder="username...">
|
||||
<div class="input-group-append">
|
||||
|
Loading…
Reference in New Issue
Block a user