Merge pull request #33 from fiskus/master

border radius
This commit is contained in:
mattn
2011-08-18 17:01:26 -07:00

View File

@@ -1553,11 +1553,13 @@ let s:zen_settings = {
\ 'bdls': 'border-left-style:|;',
\ 'bdls:n': 'border-left-style:none;',
\ 'bdlc': 'border-left-color:#000;',
\ 'bdrus': 'border-radius:|;',
\ 'bdtrrs': 'border-top-right-radius:|;',
\ 'bdtlrs': 'border-top-left-radius:|;',
\ 'bdbrrs': 'border-bottom-right-radius:|;',
\ 'bdblrs': 'border-bottom-left-radius:|;',
\ 'bdrz': 'border-radius:|;',
\ 'bdtrrz': 'border-top-right-radius:|;',
\ 'bdtlrz': 'border-top-left-radius:|;',
\ 'bdbrrz': 'border-bottom-right-radius:|;',
\ 'bdblrz': 'border-bottom-left-radius:|;',
\ 'bdrz:w': '-webkit-border-radius:|;',
\ 'bdrz:m': '-moz-border-radius:|;',
\ 'bg': 'background:|;',
\ 'bg+': 'background:#FFF url(|) 0 0 no-repeat;',
\ 'bg:n': 'background:none;',