mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
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.
22 lines
285 B
CSS
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;
|
|
}
|