css: Add styles for blog pictures.
This commit is contained in:
parent
4cbf566e31
commit
dd8d159fcb
2 changed files with 24 additions and 0 deletions
|
@ -11,6 +11,21 @@
|
|||
width: 49%;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.picture {
|
||||
width: 30em;
|
||||
padding: .75em;
|
||||
}
|
||||
|
||||
#contractpatch-follow {
|
||||
float: left;
|
||||
width: 30em;
|
||||
|
|
|
@ -298,6 +298,15 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
|
|||
.newsgraphic { float: right; }
|
||||
.newsgraphic img { border: 1px solid #000; }
|
||||
|
||||
.picture {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
.picture img {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.secondary_info { font-size: 83%; }
|
||||
.next_page_button { float: right; }
|
||||
.pagination_list { text-align: center; }
|
||||
|
|
Loading…
Reference in a new issue