mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Blog post: Release 1.0
This commit is contained in:
parent
46dafb3f3f
commit
4cea22e922
7 changed files with 109 additions and 1 deletions
|
|
@ -175,6 +175,11 @@ fieldset[disabled] .btn-xl.active {
|
|||
background-color: #FF6138;
|
||||
}
|
||||
|
||||
.btn-heroku {
|
||||
border-color: #79589f;
|
||||
background-color: #79589f;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
border-color: transparent;
|
||||
background-color: #222;
|
||||
|
|
|
|||
10
css/osem.css
10
css/osem.css
|
|
@ -85,10 +85,12 @@ section#comments {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
#post-body {
|
||||
padding: 15px 0;
|
||||
}
|
||||
#post-body h2 {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
#post-body p {
|
||||
font-family: Lora,serif;
|
||||
|
|
@ -103,3 +105,9 @@ section#comments {
|
|||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
.img-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue