1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Reimplemented logo opacity in CSS instead of changing the image; it is easier to change CSS than the image.

This commit is contained in:
Levi Morrison
2013-07-26 11:07:58 -06:00
parent b82261d297
commit 69451a2b1c
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -217,6 +217,7 @@ hr {
}
.navbar .brand img {
padding:4px 0 2px;
opacity:.75;
}
.navbar a {
border:0;