Last commit before tagging and releasing

This commit is contained in:
capitaomorte
2009-08-29 17:59:02 +00:00
parent 15c7703b5b
commit b8dcf61367
640 changed files with 4360 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font-family: family
# --
font-family: ${1:Arial, "MS Trebuchet"}, ${2:sans-}serif;$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font-size: size
# --
font-size: ${1:100%};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font-style: normal/italic/oblique
# --
font-style: ${1:normal/italic/oblique};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font-variant: normal/small-caps
# --
font-variant: ${1:normal/small-caps};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font-weight: weight
# --
font-weight: ${1:normal/bold};$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font: style variant weight size/line-height font-family
# --
font: ${1:normal/italic/oblique} ${2:normal/small-caps} ${3:normal/bold} ${4:1em/1.5em} ${5:Arial}, ${6:sans-}serif;$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: font
# contributor: Translated from TextMate Snippet
# name: font: size font
# --
font: ${1:75%} ${2:"Lucida Grande", "Trebuchet MS", Verdana,} ${3:sans-}serif;$0