Skip to content

Commit bec929e

Browse files
committed
Applying border styles to feature images on blog posts
1 parent f6f7b7c commit bec929e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

mingus/static/betweenconcepts/css/themes/betweenconcepts.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,15 @@ ul.navbar-one li {
139139
padding-left: 15px;
140140
padding-bottom: 10px;
141141
}
142+
.post .body img.feature {
143+
border-radius: 10px;
144+
-webkit-border-radius: 10px;
145+
-moz-border-radius: 10px;
146+
border: solid 10px #e0e4e8;
147+
}
142148

149+
.container_16 .grid_9 {
150+
}
143151
.container_16 .grid_6 {
144152
}
145153

@@ -166,6 +174,14 @@ h2 a:hover { color: #333;}
166174
color: #000;
167175
}
168176

177+
/* Blog */
178+
.feature {
179+
float: right;
180+
}
181+
.feature img {
182+
display: inline;
183+
}
184+
169185
/* DJDT */
170186
#djDebug #djDebugToolbarHandle {
171187
top: 60px;

0 commit comments

Comments
 (0)