app/assets/stylesheets/georgia/components/_portlet.scss in georgia-0.7.8 vs app/assets/stylesheets/georgia/components/_portlet.scss in georgia-0.8.0
- old
+ new
@@ -4,10 +4,13 @@
.handle {
cursor: pointer;
float: left;
margin: 0 15px;
}
- .title { margin: 0; }
+ .title {
+ margin: 0;
+ small { margin-left: 10px; }
+ }
.actions {
float: right;
}
}
\ No newline at end of file