Update Course Layout

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-14 09:36:24 +07:00
parent e193dfb2cf
commit e4d07869b3
7 changed files with 284 additions and 255 deletions
+16 -10
View File
@@ -1,10 +1,16 @@
<div id="nav">
<ul class="level1">
<li><a href="../index.php">Home</a></li>
<li><a href="../manpro-ti/">Proj Mngt</a></li>
<li><a href="../os-ti/">Op Sys</a></li>
<li><a href="../kakom-ti/">CompSec</a></li>
<li><a href="../ati-ti/">IT Arch</a></li>
<li><a href="../tekkom-ti/">Comp Tech</a></li>
</ul>
</div>
<nav role="navigation">
<ul>
<li><a href="../index.php">Home</a></li>
<li>|</li>
<li><a href="../manpro-ti/">Proj Mngt</a></li>
<li>|</li>
<li><a href="../kakom-ti/">CompSec</a></li>
<li>|</li>
<li><a href="../tekkom-ti/">Comp Tech</a></li>
</ul>
</nav>
<ul id="socialbar">
<li class="facebook"><a href="http://www.facebook.com/willysr">Facebook</a></li>
<li class="twitter"><a href="http://www.twitter.com/willysr2804">Twitter</a></li>
</ul>
+15 -3
View File
@@ -40,8 +40,6 @@ a:active {
color: #00F;
}
nav[role="navigation"] ul {
float: right;
text-align: right;
@@ -183,7 +181,7 @@ section.news article header time {
font-size: 0.9rem;
}
section.news article p {
section.news article p, section.notice p, section.description p, section.references ol li {
font-size: 1rem;
line-height: 1.5rem;
margin: 0;
@@ -230,4 +228,18 @@ section.biography p {
text-align:justify;
margin-right: 10px;
line-height: 1.5rem;
}
section.material ol li {
line-height: 1.3rem;
font-size: 1rem;
margin: 0;
padding: 0;
}
section.material ol ul li {
line-height: 1.2rem;
font-size: 1rem;
margin: 0;
padding: 0;
}