summaryrefslogtreecommitdiffstats
path: root/application/views/file/file_info.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-22 17:18:48 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-22 17:18:48 +0200
commit9538bea0908c8a3758b41967d977455af731c344 (patch)
tree5f805a22f77debba76bcd8517885c886ba26c449 /application/views/file/file_info.php
parent3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 (diff)
parente484fbe3e012a57c95963c24db190c91575e1bc5 (diff)
Merge branch 'working-split/bootstrap3' into working
Diffstat (limited to 'application/views/file/file_info.php')
-rw-r--r--application/views/file/file_info.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/file_info.php b/application/views/file/file_info.php
index 82a3e4f81..dedc35fea 100644
--- a/application/views/file/file_info.php
+++ b/application/views/file/file_info.php
@@ -1,6 +1,6 @@
<div class="center">
<?php if($filedata): ?>
- <table style="margin: auto">
+ <table class="table" style="margin: auto">
<tr>
<td class="title">ID</td>
<td class="text"><a href="<?php echo site_url($id); ?>/"><?php echo $id; ?></a></td>