mirror of
https://github.com/greenshot/greenshot
synced 2025-08-25 15:46:22 -07:00
Added CSS classes to support image alignments as they were in wordpress posts
This commit is contained in:
parent
1e2774b871
commit
973283fc5a
1 changed files with 10 additions and 0 deletions
10
css/main.css
10
css/main.css
|
@ -43,6 +43,16 @@
|
|||
.clearfix:after { content: " "; display: table; }
|
||||
.clearfix:after { clear: both; }
|
||||
.clearfix { *zoom: 1; }
|
||||
|
||||
/* wordpress theme compatibility */
|
||||
img.alignleft {
|
||||
float: left;
|
||||
padding: 4px 10px 4px 0;
|
||||
}
|
||||
img.alignright {
|
||||
float: right;
|
||||
padding: 4px 0 4px 10px;
|
||||
}
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue