webapps.planet: some css cleanup.
parent
364f4facf3
commit
d9f087639d
|
@ -4,6 +4,8 @@
|
|||
|
||||
<t:style t:include="resource:extra/webapps/planet/planet.css" />
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div class="navbar">
|
||||
<t:a t:href="$planet">Front Page</t:a>
|
||||
<t:a t:href="$planet/feed.xml">Atom Feed</t:a>
|
||||
|
@ -16,10 +18,15 @@
|
|||
|
||||
<t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
|
||||
</t:if>
|
||||
<div style="float: right;">
|
||||
<a href="https://factorcode.org"><b>factorcode.org</b></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page">
|
||||
<h1><t:write-title /></h1>
|
||||
|
||||
<t:call-next-template />
|
||||
</div>
|
||||
|
||||
</t:chloe>
|
||||
|
|
|
@ -1,18 +1,29 @@
|
|||
#container {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.page {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
h1.planet-title {
|
||||
font-size: 300%;
|
||||
}
|
||||
|
||||
.posting-title {
|
||||
padding: 10px;
|
||||
background-color:#f5f5f5;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
color: #000000;
|
||||
font-size:120%;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
border-left: 1px solid #C1DAD7;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.posting-date {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<t:title>[ planet-factor ]</t:title>
|
||||
|
||||
<table width="100%" cellpadding="10">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
|
|
Loading…
Reference in New Issue