app/assets/stylesheets/proclaim/subscriptions.css.scss in proclaim-0.3.1 vs app/assets/stylesheets/proclaim/subscriptions.css.scss in proclaim-0.4.0
- old
+ new
@@ -1,3 +1,36 @@
// Place all the styles related to the Subscriptions controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+
+div.post_subscriptions
+{
+ float: right;
+ width: 40%;
+
+ h2
+ {
+ margin-top: 0;
+ padding-top: 0;
+ }
+
+ table
+ {
+ width: 100%;
+ }
+}
+
+div.blog_subscriptions
+{
+ width: 40%;
+
+ h2
+ {
+ margin-top: 0;
+ padding-top: 0;
+ }
+
+ table
+ {
+ width: 100%;
+ }
+}