Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
konn committed Feb 26, 2012
1 parent dad9df7 commit 3a0dfe0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion register-user.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Data.Text hiding (head)
import Prelude hiding (getLine, lines, putStr)
import qualified Prelude
import qualified Settings
import System.IO
import System.IO (hFlush, stdout)
import Model

main :: IO ()
Expand Down
2 changes: 1 addition & 1 deletion templates/default-layout.hamlet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
login
.

<h1>
<h1 #logo>
<a href=@{RootR}>
<img src=@{StaticR img_logo_png}>
<p #desc>A simple web frontend for Gitolite
Expand Down
2 changes: 1 addition & 1 deletion templates/default-layout.lucius
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ p#desc {
align: center;
}

h1 {
h1#logo {
text-align: center
}
2 changes: 1 addition & 1 deletion templates/repo-layout.hamlet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
login
.

<h1>
<h1 #logo>
<a href=@{RootR}>
<img src=@{StaticR img_logo_png}>
<p #desc>A simple web frontend for Gitolite
Expand Down

0 comments on commit 3a0dfe0

Please sign in to comment.