mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
fix ing log center aligned
This commit is contained in:
@@ -10,21 +10,12 @@
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
|
||||
.navbar-2nd-logo {
|
||||
padding-top: 1em;
|
||||
}
|
||||
.navbar-2nd-logo p {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-size: .5em;
|
||||
text-align: right;
|
||||
line-height: 120%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.navbar-2nd-logo img {
|
||||
#navbar-2nd-logo img {
|
||||
float: right;
|
||||
max-width: 70%;
|
||||
padding-left: 12px;
|
||||
max-height: 55px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 100px;
|
||||
}
|
||||
.navbar-fixed-top .navbar-2nd-logo p {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
|
||||
10
index.html
10
index.html
@@ -68,12 +68,14 @@
|
||||
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||
<li><a href="coc.html" class="external"><span>CoC </span></a></li>
|
||||
<li><a class="external" href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||
<li id="navbar-2nd-logo">
|
||||
<a href="https://www.ing.com/" target="_blank">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
powered by
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-2nd-logo col-md-2 hidden-xs">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
<p>powered by</p>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user