diff options
author | hanakin <midaym@gmail.com> | 2019-12-07 08:05:21 -1000 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2019-12-07 08:05:21 -1000 |
commit | 8ffbd66cba87bb880783ee6909d4f7414ce32858 (patch) | |
tree | 0ca5c6b1209686a25790b50101bd513f7e1653aa /phpBB/styles/prosilver/theme | |
parent | ff3458ff0380b0d12c96e4aeb3f0400fb275b0d1 (diff) | |
download | forums-8ffbd66cba87bb880783ee6909d4f7414ce32858.tar forums-8ffbd66cba87bb880783ee6909d4f7414ce32858.tar.gz forums-8ffbd66cba87bb880783ee6909d4f7414ce32858.tar.bz2 forums-8ffbd66cba87bb880783ee6909d4f7414ce32858.tar.xz forums-8ffbd66cba87bb880783ee6909d4f7414ce32858.zip |
[ticket/16248] Swap out logos
PHPBB3-16248
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ffaa71034f..a0ebaef62f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -148,9 +148,6 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { background-color: #E7E8EA; } -.site_logo { - background-image: url("./images/site_logo.gif"); -} /* Horizontal lists ----------------------------------------*/ |