summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2013-08-20 04:17:34 -0700
committerRenato Botelho <garga@pfSense.org>2013-08-20 04:17:34 -0700
commit86797a929bd6905b39cafc0c2fd138478c2a75f8 (patch)
treeedfae22a506c349394e4bb33f41cd0ef3e2b39d1
parente56cb3de7d5c86e2797872ba76109e143cb27b7f (diff)
parent4fd091046f03d8113beeaeb827a338ad91ad1a4c (diff)
downloadpfsense-86797a929bd6905b39cafc0c2fd138478c2a75f8.zip
pfsense-86797a929bd6905b39cafc0c2fd138478c2a75f8.tar.gz
Merge pull request #779 from CharlieMarshall/fileCss
remove css from edit.php page
-rw-r--r--usr/local/www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index f700fcf..f48b9bf 100644
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -199,7 +199,7 @@ outputJavaScriptFileInline("javascript/base64.js");
<!-- file viewer/editor -->
<table width="100%">
<tr>
- <td valign="top" class="label">
+ <td valign="top">
<div style="background:#eeeeee;" id="fileOutput">
<textarea id="fileContent" name="fileContent" style="width:100%;" rows="30" wrap="off"></textarea>
</div>
OpenPOWER on IntegriCloud