mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-23 12:12:20 +00:00
Minor CSS fixes and markdown2rst.
This commit is contained in:
@@ -239,16 +239,6 @@ div.navbar {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.postnav {
|
||||
height: 1em;
|
||||
width: 100%;
|
||||
padding: 15px 9px;
|
||||
margin-left: -10px;
|
||||
background-color: white;
|
||||
text-align: right;
|
||||
border: dashed 1px #AAA;
|
||||
}
|
||||
|
||||
.previouspost {
|
||||
float: left;
|
||||
}
|
||||
|
@@ -240,47 +240,11 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.postnav {
|
||||
height: 1em;
|
||||
width: 100%;
|
||||
padding: 15px 9px;
|
||||
margin-left: -10px;
|
||||
background-color: white;
|
||||
text-align: right;
|
||||
border: dashed 1px #AAA;
|
||||
}
|
||||
|
||||
.previouspost {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.pagination {
|
||||
position: relative;
|
||||
height: 1em;
|
||||
width: 50%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background-color: #FFF;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.pag-top{
|
||||
/*margin: -9px auto;*/
|
||||
/*margin-bottom 0;*/
|
||||
/*border-radius: 0 0 15px 15px;*/
|
||||
/*border: dashed 1px #AAA;*/
|
||||
/*border-top-width: 0;*/
|
||||
}
|
||||
|
||||
.pag-bottom {
|
||||
bottom: -10px;
|
||||
/*margin: 0 auto;*/
|
||||
/*border-radius: 15px 15px 0 0;*/
|
||||
/*border: dashed 1px #AAA;*/
|
||||
/*border-bottom-width: 0;*/
|
||||
}
|
||||
|
||||
about ul {
|
||||
position: relative;
|
||||
width: 900px;
|
||||
|
@@ -110,6 +110,14 @@ footer a:hover {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.postnav {
|
||||
height: 1em;
|
||||
width: 100%;
|
||||
padding: 15px 9px;
|
||||
margin-left: -10px;
|
||||
background-color: white;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.nextpost, .nextpage {
|
||||
float: right;
|
||||
@@ -119,6 +127,22 @@ footer a:hover {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pag-top{
|
||||
/*margin: -9px auto;*/
|
||||
/*margin-bottom 0;*/
|
||||
/*border-radius: 0 0 15px 15px;*/
|
||||
/*border: dashed 1px #AAA;*/
|
||||
/*border-top-width: 0;*/
|
||||
}
|
||||
|
||||
.pag-bottom {
|
||||
bottom: -10px;
|
||||
/*margin: 0 auto;*/
|
||||
/*border-radius: 15px 15px 0 0;*/
|
||||
/*border: dashed 1px #AAA;*/
|
||||
/*border-bottom-width: 0;*/
|
||||
}
|
||||
|
||||
#social {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
@@ -200,21 +224,19 @@ footer a:hover {
|
||||
text-align: center;
|
||||
background-color: #FFF;
|
||||
z-index: 0;
|
||||
text-weight: bold;
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
.pag-top{
|
||||
margin: -9px auto;
|
||||
margin-bottom: 0;
|
||||
border-radius: 0 0 15px 15px;
|
||||
border: dashed 1px #AAA;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.pag-bottom {
|
||||
bottom: -10px;
|
||||
margin: 0 auto;
|
||||
border-radius: 15px 15px 0 0;
|
||||
border: dashed 1px #AAA;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
|
@@ -41,20 +41,8 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<li>
|
||||
<a href="//jfernando.es" target="_">CV</a>
|
||||
<a href="//jfernando.es" target="_blank">CV</a>
|
||||
</li>
|
||||
<!--<li class="dropdown">-->
|
||||
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>-->
|
||||
<!--<ul class="dropdown-menu">-->
|
||||
<!--<li><a href="#">Action</a></li>-->
|
||||
<!--<li><a href="#">Another action</a></li>-->
|
||||
<!--<li><a href="#">Something else here</a></li>-->
|
||||
<!--<li class="divider"></li>-->
|
||||
<!--<li class="dropdown-header">Nav header</li>-->
|
||||
<!--<li><a href="#">Separated link</a></li>-->
|
||||
<!--<li><a href="#">One more separated link</a></li>-->
|
||||
<!--</ul>-->
|
||||
<!--</li>-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user