diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-02 10:19:37 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-02 10:19:37 +0800 |
commit | 68cbe49b04104ca6e1dcfb25165b2100f853449a (patch) | |
tree | 46eaac94aef181e3fab3a80166d18ecdade5b029 /fg21sim/webui/templates/results.html | |
parent | 972ef7593ede242c0555414cfaffded397993cac (diff) | |
download | fg21sim-68cbe49b04104ca6e1dcfb25165b2100f853449a.tar.bz2 |
webui: Add FA icons for sections/headers; Adjust header styles
Diffstat (limited to 'fg21sim/webui/templates/results.html')
-rw-r--r-- | fg21sim/webui/templates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/webui/templates/results.html b/fg21sim/webui/templates/results.html index 4935f28..f605f03 100644 --- a/fg21sim/webui/templates/results.html +++ b/fg21sim/webui/templates/results.html @@ -5,7 +5,7 @@ # Results part #} <section id="results"> - <h2>Results</h2> + <h2><span class="fa fa-files-o" aria-hidden="true"></span> Results</h2> <hr /> <p>Simulation results go here :)</p> |