summaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 02:30:09 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 02:30:09 +0200
commitc5bc345604caee2a908c61ac42dad7f025da27de (patch)
tree7c67f0c58b7663e3a3a1709872da3822add21e26 /core/templates/login.php
parent7cd7e64498f54bbfff6ffe6d1bce80b844391938 (diff)
downloadnextcloud-server-c5bc345604caee2a908c61ac42dad7f025da27de.tar.gz
nextcloud-server-c5bc345604caee2a908c61ac42dad7f025da27de.zip
rewrote header in pure CSS, smaller, less obtrusive
Diffstat (limited to 'core/templates/login.php')
-rw-r--r--core/templates/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index 19830a24993..fb3177eb0ee 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -1,5 +1,5 @@
<div id="login">
- <img src="<?php echo image_path('', 'owncloud-logo-medium-white.png'); ?>" alt="ownCloud" />
+ <header><img src="<?php echo image_path('', 'owncloud-logo-medium-white.png'); ?>" alt="ownCloud" /></header>
<form action="index.php" method="post" id="login_form">
<fieldset>
<?php if($_['error']): ?>