templates/project/_defaults.sass in compass-susy-plugin-0.7.0.pre4 vs templates/project/_defaults.sass in compass-susy-plugin-0.7.0.pre5
- old
+ new
@@ -14,13 +14,12 @@
+sans-family
color= !base
/* @group links */
-a, input, textarea, button
- &:focus
- outline= 1px "dotted" !alt
+\:focus
+ outline= 1px "dotted" !alt
a
&:link, &:visited
color= !alt
&:focus, &:hover, &:active
@@ -28,32 +27,46 @@
text-decoration: none
/* @end */
-/* @group headers */
+/* @group inline tags */
-h1, h2, h3, h4, h5, h6
+cite
+ font-style: italic
+
+em
+ font-style: italic
+
+strong
font-weight: bold
+ins
+ text-decoration: underline
+
+del
+ text-decoration: line-through
+
+q
+ font-style: italic
+ em
+ font-style: normal
+
/* @end */
-/* @group tables */
+/* @group replaced tags */
-/* tables still need 'cellspacing="0"' in the markup */
+img
+ vertical-align: bottom
-table
- width: 100%
- border:
- width: 0
- style: solid
- color= !base
- +top-border(1px, 0.5)
- +bottom-border(1px, 0.5)
+/* @end */
-th
+
+/* @group headers */
+
+h1, h2, h3, h4, h5, h6
font-weight: bold
/* @end */
@@ -87,46 +100,28 @@
+serif-family
/* @end */
-/* @group inline tags */
+/* @group tables */
-cite
- font-style: italic
+/* tables still need 'cellspacing="0"' in the markup */
-em
- font-style: italic
+table
+ width: 100%
+ border:
+ width: 0
+ style: solid
+ color= !base
+ +horizontal-borders(1px, 0.5)
-strong
+th
font-weight: bold
-ins
- text-decoration: underline
-
-del
- text-decoration: line-through
-
-q
- font-style: italic
- em
- font-style: normal
-
/* @end */
-/* @group replaced tags */
-
-img
- vertical-align: bottom
-
-/* @end */
-
-
/* @group forms */
-
-form *:focus
- outline: none
fieldset
+trailer
legend
\ No newline at end of file