diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-13 16:34:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-13 16:34:23 +0100 |
commit | 700c05a55bab34c40f24fbe4f83a0fa9882559b2 (patch) | |
tree | c4fb0879792feb81d918014080e1d5180c9c5621 /view/tpl/nwiki_page_history.tpl | |
parent | 188782c46195fcc530f8641f41da012aab9dbd76 (diff) | |
download | volse-hubzilla-700c05a55bab34c40f24fbe4f83a0fa9882559b2.tar.gz volse-hubzilla-700c05a55bab34c40f24fbe4f83a0fa9882559b2.tar.bz2 volse-hubzilla-700c05a55bab34c40f24fbe4f83a0fa9882559b2.zip |
many class fixes and revive shiny class for item titles in a new way
Diffstat (limited to 'view/tpl/nwiki_page_history.tpl')
-rw-r--r-- | view/tpl/nwiki_page_history.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/nwiki_page_history.tpl b/view/tpl/nwiki_page_history.tpl index 5d95ce105..b1c6c9284 100644 --- a/view/tpl/nwiki_page_history.tpl +++ b/view/tpl/nwiki_page_history.tpl @@ -39,10 +39,10 @@ background:rgb(224,255,224); } </style> -<table class="table-striped table-responsive table-hover" style="width: 100%;"> +<table class="" style="width: 100%;"> {{foreach $pageHistory as $commit}} - <tr><td> - <table id="rev-{{$commit.revision}}" onclick="$('#details-{{$commit.revision}}').show()" width="100%"> + <tr class="wikis-index-row"><td> + <table id="rev-{{$commit.revision}}" onclick="$('#details-{{$commit.revision}}').show()" style="width: 100%;"> <tr><td width="10%">Date</td><td width="70%">{{$commit.date}}</td> <td rowspan="3" width="20%" align="right"> {{if $permsWrite}} |