diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-18 13:42:31 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-18 13:42:31 +0100 |
| commit | 92655c7fd96fc5a356631a1924ce8a7faf88215b (patch) | |
| tree | fdf4393d53b34919b4357bba096dc972abe2b245 /htroot/ViewLog_p.html | |
| parent | 05655d98df2f166eda5f625a8f155fab520a5e90 (diff) | |
- added bootstrap css framework
- adopted all YaCy administration pages to new framework
- created new search page layout (working, but still work in progress)
- old skin files are fully appliable! (and looking good)
- target is a new style based on bootstrap examples, see /test.html
- icons in YaCy may be replaced by glyphicons (to be done)
Diffstat (limited to 'htroot/ViewLog_p.html')
| -rw-r--r-- | htroot/ViewLog_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewLog_p.html b/htroot/ViewLog_p.html index e18f5d61e..f9027a9e1 100644 --- a/htroot/ViewLog_p.html +++ b/htroot/ViewLog_p.html @@ -19,7 +19,7 @@ </form>
<div class="log">
- #{log}#<pre class="log#(level)#Debug::Info::System::Warning::Severe#(/level)#">#[line]#</pre>#{/log}#
+ #{log}#<p class="log#(level)#Debug::Info::System::Warning::Severe#(/level)#" style="font-family:Monospace;margin-top:0px;margin-bottom:0px;">#[line]#</p>#{/log}#
</div>
#%env/templates/footer.template%#
|
