diff options
| author | Igor Minar | 2011-10-28 22:01:21 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-10-30 22:26:32 -0700 |
| commit | 02dc81bae0011b7ae4190363be5fdd5db420aca9 (patch) | |
| tree | 7df37d075a09eb74d43c3aec48c96b8fa4505f65 | |
| parent | 445680f601c55397e8cf9e8528675a2053d8f807 (diff) | |
| download | angular.js-02dc81bae0011b7ae4190363be5fdd5db420aca9.tar.bz2 | |
fix(css): ng:form should always be a block element
| -rw-r--r-- | css/angular.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/angular.css b/css/angular.css index d1146215..8b55f784 100644 --- a/css/angular.css +++ b/css/angular.css @@ -7,3 +7,7 @@ .ng-format-negative { color: red; } + +ng\:form { + display: block; +} |
