mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user