Blame view

docs/sections/pages/error.html 554 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  <section>
  	<div class="help-content">
  		<h3 class="info-title smaller" data-id="#pages/error">Error Page</h3>
  		<!-- #section:pages/error -->
  		<div class="info-section">
  		 <ul class="info-list list-unstyled">
  			<li>			
  				Error page doesn't have any special elements
  			</li>
  			<li>
  				There is only <code>.error-container</code> which adds some margin:
  <pre data-language="html">
  <div class="error-container">
   <!-- error content, for example a .well -->
  </div>
  </pre>
  			</li>
  		 </ul>
  		</div>
  		<!-- /section:pages/error -->
  	</div>	
  </section>