diff options
| author | aditya-kapoor <aditya.kapoor@vinsol.com> | 2013-12-10 11:44:07 +0530 | 
|---|---|---|
| committer | aditya-kapoor <aditya.kapoor@vinsol.com> | 2013-12-10 11:44:07 +0530 | 
| commit | 0c55335074ed7baf2f165ada168f726f1f7bba68 (patch) | |
| tree | 2a8428d72f6890cb0eb6c5b9b1d40b7b2ce93d8b /guides/code/getting_started/public | |
| parent | 6b9b0767bf480d53029afeb3f8e86f66e933fb41 (diff) | |
| parent | fe077b50c9ce65c4ac1cc718c34dda45cd24c6fe (diff) | |
| download | rails-0c55335074ed7baf2f165ada168f726f1f7bba68.tar.gz rails-0c55335074ed7baf2f165ada168f726f1f7bba68.tar.bz2 rails-0c55335074ed7baf2f165ada168f726f1f7bba68.zip | |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/code/getting_started/public')
| -rw-r--r-- | guides/code/getting_started/public/404.html | 2 | ||||
| -rw-r--r-- | guides/code/getting_started/public/422.html | 2 | ||||
| -rw-r--r-- | guides/code/getting_started/public/500.html | 2 | 
3 files changed, 6 insertions, 0 deletions
| diff --git a/guides/code/getting_started/public/404.html b/guides/code/getting_started/public/404.html index 3d287b135d..3265cc8e33 100644 --- a/guides/code/getting_started/public/404.html +++ b/guides/code/getting_started/public/404.html @@ -22,6 +22,7 @@      border-top-right-radius: 9px;      background-color: white;      padding: 7px 4em 0 4em; +    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);    }    h1 { @@ -37,6 +38,7 @@      background-color: #F7F7F7;      border: 1px solid #CCC;      border-right-color: #999; +    border-left-color: #999;      border-bottom-color: #999;      border-bottom-left-radius: 4px;      border-bottom-right-radius: 4px; diff --git a/guides/code/getting_started/public/422.html b/guides/code/getting_started/public/422.html index 3b946bf4a4..d823a8fc77 100644 --- a/guides/code/getting_started/public/422.html +++ b/guides/code/getting_started/public/422.html @@ -22,6 +22,7 @@      border-top-right-radius: 9px;      background-color: white;      padding: 7px 4em 0 4em; +    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);    }    h1 { @@ -37,6 +38,7 @@      background-color: #F7F7F7;      border: 1px solid #CCC;      border-right-color: #999; +    border-left-color: #999;      border-bottom-color: #999;      border-bottom-left-radius: 4px;      border-bottom-right-radius: 4px; diff --git a/guides/code/getting_started/public/500.html b/guides/code/getting_started/public/500.html index ccc4ad5656..ebf6d4c00c 100644 --- a/guides/code/getting_started/public/500.html +++ b/guides/code/getting_started/public/500.html @@ -22,6 +22,7 @@      border-top-right-radius: 9px;      background-color: white;      padding: 7px 4em 0 4em; +    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);    }    h1 { @@ -37,6 +38,7 @@      background-color: #F7F7F7;      border: 1px solid #CCC;      border-right-color: #999; +    border-left-color: #999;      border-bottom-color: #999;      border-bottom-left-radius: 4px;      border-bottom-right-radius: 4px; | 
