app/assets/stylesheets/tr8n/application.css in tr8n-3.1.1 vs app/assets/stylesheets/tr8n/application.css in tr8n-3.1.2
- old
+ new
@@ -1,6 +1,47 @@
/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require_self
-*/
\ No newline at end of file
+*/
+
+@mixin rounded-corners($radius) {
+ border-radius: $radius;
+ -moz-border-radius: $radius;
+ -webkit-border-radius: $radius;
+}
+
+@mixin shadow($info) {
+ box-shadow:$info;
+ -moz-box-shadow:$info;
+ -webkit-box-shadow:$info;
+}
+
+@import "layout.css.scss";
+@import "components.css.scss";
+
+img {vertical-align:text-middle !important;}
+a {text-decoration:none; color:#16b; outline:none; border:0px;}
+a:hover {text-decoration:underline}
+a img {border:0px}
+
+td {
+ font-size: 11px;
+ font-family: verdana;
+}
+h1 {
+ font-size:32px;
+ font-family:arial;
+ font-weight: bold;
+ padding: 0px;
+ padding-bottom: 15px;
+ margin: 0px;
+}
+h2 {
+ font-size:20px;
+ font-family:arial;
+ padding: 0px;
+ padding-bottom: 15px;
+ margin: 0px;
+}
+