Merge #1530 XEDITON에서 로고 텍스트 표시 by ehii

* pr/1530:
  logo_text

Conflicts:
	layouts/xedition/css/layout.css
This commit is contained in:
Kijin Sung 2015-10-08 15:03:06 +09:00
commit 142a183daf
2 changed files with 13 additions and 8 deletions

View file

@ -134,6 +134,13 @@ a:hover, a:active, a:focus {
vertical-align: middle;
max-height: 40px;
}
.header > .logo-item a {
font-size: 24px;
color: #888;
}
.header > .logo-item a:hover {
color: #444;
}
/* Fixed Header */
.container.fixed_header {
padding-top: 100px