Files
gallery3/installer/install.css
Bharat Mediratta d51955c8ef Pull the environment check out into a separate web page to simplify
the CLI installer.  Put a link to it in the footer of every web
install page.  Don't allow users to run it if Gallery 3 is already
installed.
2009-01-19 20:20:10 +00:00

22 lines
285 B
CSS

body {
background: #eee;
font-family: Trebuchet MS;
}
div#outer {
width: 650px;
background: white;
border: 1px solid #999;
margin: 0 auto;
padding: -10px;
}
div#inner {
padding: 0 1em 0 1em;
margin: 0px;
}
h1, h2, h3 {
margin-bottom: .1em;
}