Added PHP Censor logo.

This commit is contained in:
Dmitry Khomutov 2017-08-13 21:02:02 +07:00
commit 74f0537d04
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
11 changed files with 194 additions and 118 deletions

View file

@ -24,14 +24,16 @@
<nav class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="<?php print APP_URL; ?>" class="logo" style="background-color: #222d32; text-align: left;">PHP Censor</a>
<a href="<?php print APP_URL; ?>" class="logo" title="PHP Censor" style="background-color: #222D32; width: 170px; padding: 0;">
<img src="<?php print APP_URL; ?>assets/img/php-censor-white.svg" width="170" height="auto" alt="PHP Censor" />
</a>
</div>
</div>
</nav>
</header>
<div class="content-wrapper">
<div class="container">
<section class="content">
<section class="content" style="padding: 15px 0 15px;">
<?php if (!empty($latest)): ?>
<?php
@ -87,7 +89,7 @@
<div class="box">
<div class="box-header"><h3 class="box-title">Builds</h3></div>
<table class="table table-striped table-bordered">
<table class="table table-hover">
<thead>
<tr>
<th>ID</th>