mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-24 04:32: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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user