style tweaks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="comment-preview dtext">
|
||||
<div class="comment-preview dtext dtext-preview">
|
||||
</div>
|
||||
|
||||
<%= form_tag(comments_path) do %>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<section id="content">
|
||||
<h1 id="wiki-page-title"><%= @wiki_page.pretty_title %> (Editing)</h1>
|
||||
|
||||
<div id="preview" class="wiki-page-body">
|
||||
<div id="preview" class="dtext">
|
||||
</div>
|
||||
|
||||
<%= simple_form_for(@wiki_page) do |f| %>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<section id="content">
|
||||
<h1>New Wiki Page</h1>
|
||||
|
||||
<div id="preview" class="wiki-page-body">
|
||||
<div id="preview" class="dtext">
|
||||
</div>
|
||||
|
||||
<%= simple_form_for(@wiki_page) do |f| %>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<section id="content">
|
||||
<h1 id="wiki-page-title"><%= @wiki_page.pretty_title %></h1>
|
||||
|
||||
<div class="wiki-page-body">
|
||||
<div id="wiki-page-body" class="dtext">
|
||||
<%= format_text(@wiki_page.body) %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user