1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-04 10:08:24 +03:00

Маленькая шапка сайта

This commit is contained in:
Alexander Yakovlev 2017-01-09 19:45:52 +07:00
parent c1ebedaced
commit 8d66dd5807
4 changed files with 0 additions and 20 deletions

View file

@ -68,14 +68,6 @@
}
}
/**
* Шапка сайта
*/
.ls-jumbotron {
background-image: url(../images/header.png);
}
ul.classic {
list-style: inside;
list-style-type: circle;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -62,18 +62,6 @@
{component 'userbar'}
{**
* Шапка
*}
{if Config::Get( 'view.layout_show_banner' )}
{component 'jumbotron'
title = ' '
subtitle = ' '
titleUrl = {router page='/'}
classes = 'layout-header'}
{/if}
{**
* Основная навигация
*}