We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f7b7c commit bec929eCopy full SHA for bec929e
mingus/static/betweenconcepts/css/themes/betweenconcepts.css
@@ -139,7 +139,15 @@ ul.navbar-one li {
139
padding-left: 15px;
140
padding-bottom: 10px;
141
}
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
+}
148
149
+.container_16 .grid_9 {
150
151
.container_16 .grid_6 {
152
153
@@ -166,6 +174,14 @@ h2 a:hover { color: #333;}
166
174
color: #000;
167
175
168
176
177
+/* Blog */
178
+.feature {
179
+ float: right;
180
181
+.feature img {
182
+ display: inline;
183
184
+
169
185
/* DJDT */
170
186
#djDebug #djDebugToolbarHandle {
171
187
top: 60px;
0 commit comments