mirror of
https://github.com/LeuisKen/leuisken.github.io.git
synced 2026-01-25 14:43:04 +00:00
28 lines
525 B
CSS
28 lines
525 B
CSS
/*!
|
|
* Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
|
|
* Code licensed under the Apache License v2.0.
|
|
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
|
*/
|
|
|
|
body {
|
|
font-family: 'MicrosoftYaHei';
|
|
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
|
|
}
|
|
|
|
footer {
|
|
margin: 50px 0;
|
|
}
|
|
|
|
.post-date{
|
|
float:right;
|
|
padding:5px;
|
|
font-size:12px
|
|
}
|
|
|
|
.fb{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.f20{
|
|
font-size: 20px;
|
|
} |