[gen] When raising Unauthorized, give more explanations.

This commit is contained in:
Gaetan Delannay 2012-06-21 11:31:27 +02:00
parent 188fdc9761
commit b680a5ddcb
2 changed files with 12 additions and 9 deletions

View file

@ -102,8 +102,8 @@ img { border: 0; vertical-align: middle}
.section2 { font-size: 110%; font-style: italic; margin: 0.45em 0em 0.2em 0;
border-bottom: 2px solid grey; }
.section3 { font-size: 100%; font-style: italic; font-weight: bold;
margin: 0.45em 0em 0.1em 0; background-color: #F4F5F6;
text-align: center; color: grey; }
margin: 0.45em 0em 0.1em 0; background-color: #95a1b3;
text-align: center; color: white; }
.odd { background-color: white; }
.even { background-color: #F4F5F6; }
.summary {margin-bottom: 5px;}