1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-2194: Add margin to links in header of samples

This commit is contained in:
Rob Winch
2013-08-09 11:52:47 -05:00
parent 2feded5fc5
commit f036970f8b
10 changed files with 30 additions and 2 deletions
@@ -75,6 +75,9 @@
a {
color: green;
}
.navbar-text a {
margin-left: 1em;
}
</style>
<c:url var="bootstrapResponsiveUrl" value="/resources/css/bootstrap-responsive.css"/>
<link href="${bootstrapResponsiveUrl}" rel="stylesheet"></link>
@@ -105,8 +108,6 @@
<li><a href="${inboxUrl}">Inbox</a></li>
<c:url var="composeUrl" value="/?form"/>
<li><a href="${composeUrl}">Compose</a></li>
<c:url var="logoutUrl" value="/logout"/>
<li><a href="${logoutUrl}">Log out</a></li>
</ul>
</div>
</div>