app/assets/stylesheets/alchemy/dashboard.scss in alchemy_cms-2.9.1 vs app/assets/stylesheets/alchemy/dashboard.scss in alchemy_cms-3.0.0.rc5
- old
+ new
@@ -85,7 +85,20 @@
height: 16px;
display: none;
}
& > span { display: none }
- span.icon { vertical-align: top }
+
+ span.icon {
+ vertical-align: top;
+ }
+}
+
+ul.shortcuts {
+ list-style-type: none;
+ padding: 0;
+ margin-bottom: 2em;
+
+ li {
+ margin: 1em 0;
+ }
}