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

Hale Flexible Post Styles #22

Merged
merged 1 commit into from
Jan 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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