HTML: Restructure html folder

This changes the HTML part of GitX to be more consistent -- we
now use a "views" directory where every web view has it's own
directory.

Furthermore, GitX-wide Javascript is added in the "lib" directory.
The same is true for CSS in the "css" directory. Every view can
have its own custom CSS and JS, and those are put in the views
directory (without JS or CSS prefix directories).
This commit is contained in:
Pieter de Bie
2008-10-21 22:13:16 +02:00
parent 4363ad159a
commit bd097b0eff
22 changed files with 153 additions and 175 deletions
+19
View File
@@ -0,0 +1,19 @@
body {
padding: 0px;
margin: 0px;
margin-top: 20px;
}
#title {
padding: 0px;
padding-left: 5px;
border-bottom: 1px solid black;
margin: 0px;
font-weight: 500;
background-color: #ECF3FD;
font-size: 100%;
position: fixed;
font-family: Helvetica;
top: 0px;
width: 100%;
}