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 /readable/index.html | |
parent | 5ccebbfb404739b8cbd62a33f68322769579822e (diff) |
warning panel on preview pages, fixes #130
Diffstat (limited to 'readable/index.html')
-rw-r--r-- | readable/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readable/index.html b/readable/index.html index 190ae95e..a9574496 100644 --- a/readable/index.html +++ b/readable/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"> |