Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #22 from jem08002/master
Browse files Browse the repository at this point in the history
Hale Flexible Post Styles
  • Loading branch information
amb00010 committed Jan 12, 2015
2 parents 07025af + 78facf5 commit ee68c84
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,60 @@ video {
}


* html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a{
height:1%
}
.widget.widget_dpe_fp_widget{
padding:0px;
}
.widget.widget_dpe_fp_widget ul{
padding:10px 0px;
}
.widget.widget_dpe_fp_widget li{
padding: 8px 0px 8px 0px;
display:block;
box-shadow:none;
}
.widget.widget_dpe_fp_widget li a{
margin:0;
position:relative;
display:inline-block;
}
.widget.widget_dpe_fp_widget li a .attachment-thumbnail{
height: 60px;
width: 60px;
margin-right:10px;
margin-bottom:10px;
float:left;
}
.widget.widget_dpe_fp_widget li a .attachment-medium{
width:48%;
margin-right:10px;
margin-bottom:10px;
float:left;
}
.widget.widget_dpe_fp_widget li a .attachment-large{
max-width:100%;
margin-right:10px;
margin-bottom:10px;
float:left;
clear:right;
}
.widget.widget_dpe_fp_widget li a .title{
display:block;
position:relative;
font-size: 1em;
font-weight: normal;
}
.widget.widget_dpe_fp_widget li a:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
## Post Comments
Expand Down

0 comments on commit ee68c84

Please sign in to comment.