[Oi-commits] r1336 - trunk/templates/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Tue May 6 12:30:58 EEST 2008
Author: akin
Date: Tue May 6 12:30:58 2008
New Revision: 1336
Modified:
trunk/templates/forum/post_edit.html
trunk/templates/forum/reply.html
trunk/templates/forum/topic.html
Log:
font düzeltmesi
Modified: trunk/templates/forum/post_edit.html
=================================================================
--- trunk/templates/forum/post_edit.html (original)
+++ trunk/templates/forum/post_edit.html Tue May 6 12:30:58 2008
@@ -28,7 +28,7 @@
{% else %}
<div class="post_base" {% if post.hidden %}style="opacity: 0.5;"{% endif %}>
<div class="post_profile">
- <span style="font-weight: bold; font-size: 16px;">{{ post.author }}</span>{% if post.author.is_staff %}<span><br />Forum Yöneticisi{% endif %}</span><br/><br/>
+ <span style="font-weight: bold; font-size: 14">{{ post.author }}</span>{% if post.author.is_staff %}<span><br />Forum Yöneticisi{% endif %}</span><br/><br/>
<img src="{{ post.author.get_profile.avatar.get_file_url }}" alt="avatar" /><br/>
{% if perms.forum.can_see_post_ip %}({{ post.ip }})<br/>{% endif %}
Kayıt Tarihi: {{ post.author.date_joined|date:"d-m-Y" }}<br/>
Modified: trunk/templates/forum/reply.html
=================================================================
--- trunk/templates/forum/reply.html (original)
+++ trunk/templates/forum/reply.html Tue May 6 12:30:58 2008
@@ -29,7 +29,7 @@
{% else %}
<div class="post_base" {% if post.hidden %}style="opacity: 0.5;"{% endif %}>
<div class="post_profile">
- <span style="font-weight: bold; font-size: 16px;">{{ post.author }}</span>{% if post.author.is_staff %}<span><br />Forum Yöneticisi{% endif %}</span><br/><br/>
+ <span style="font-weight: bold; font-size: 14px;">{{ post.author }}</span>{% if post.author.is_staff %}<span><br />Forum Yöneticisi{% endif %}</span><br/><br/>
<img src="{{ post.author.get_profile.avatar.get_file_url }}" alt="avatar" /><br/>
{% if perms.forum.can_see_post_ip %}({{ post.ip }})<br/>{% endif %}
Kayıt Tarihi: {{ post.author.date_joined|date:"d-m-Y" }}<br/>
Modified: trunk/templates/forum/topic.html
=================================================================
--- trunk/templates/forum/topic.html (original)
+++ trunk/templates/forum/topic.html Tue May 6 12:30:58 2008
@@ -22,7 +22,7 @@
<div class="post_base" {% if post.hidden %}style="opacity: 0.5"{% endif %}>
<div class="post_profile">
- <span style="font-weight: bold; font-size: 16px;">{{ post.author }}</span>{% if post.author.is_staff %}<span><br />Forum Yöneticisi{% endif %}</span><br/><br/>
+ <span style="font-weight: bold; font-size: 14px;">{{ post.author }}</span>{% if post.author.is_staff %}<span><br />Forum Yöneticisi{% endif %}</span><br/><br/>
<img src="{{ post.author.get_profile.avatar.get_file_url }}" alt="avatar" /><br/>
{% if perms.forum.can_see_post_ip %}({{ post.ip }})<br/>{% endif %}
Kayıt Tarihi: {{ post.author.date_joined|date:"d-m-Y" }}<br/>
More information about the Oi-commits
mailing list