diff options
| author | Ken Sheedlo | 2013-07-12 17:42:27 -0700 | 
|---|---|---|
| committer | Ken Sheedlo | 2013-07-24 10:42:20 -0700 | 
| commit | 4a7b6a4555a76b19dd217171fc0ddce6707bca95 (patch) | |
| tree | 4646989291c1be2116c1e59c006f1208cb76c16a /docs/src/templates/css/docs.css | |
| parent | dca23173e25a32cb740245ca7f7b01a84805f43f (diff) | |
| download | angular.js-4a7b6a4555a76b19dd217171fc0ddce6707bca95.tar.bz2 | |
docs(minErr): Build minErr doc site
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index f4a86ba5..6b1e6527 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -476,3 +476,12 @@ pre ol li {    width:180px;    margin-bottom:20px;  } + +.minerr-errmsg { +  clear: both; +  position: relative; +  top: 10px; +  font-size: 16px; +  word-break: normal; +  word-wrap: normal; +}
\ No newline at end of file | 
