diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-17 11:03:26 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-17 11:03:26 -0700 |
commit | 2716b977c66668fc3ba591b25840d29554785d77 (patch) | |
tree | fc901a2c88f20fc0d1c4c54759a21f9fb8ceb7c7 /cyborg | |
parent | 5ccebbfb404739b8cbd62a33f68322769579822e (diff) |
warning panel on preview pages, fixes #130
Diffstat (limited to 'cyborg')
-rw-r--r-- | cyborg/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cyborg/index.html b/cyborg/index.html index 6154bff0..3f52fe67 100644 --- a/cyborg/index.html +++ b/cyborg/index.html @@ -1087,7 +1087,9 @@ <div class="panel-heading"> <h3 class="panel-title">Panel warning</h3> </div> - Panel content + <div class="panel-body"> + Panel content + </div> </div> </div> <div class="col-lg-4"> |