diff --git a/lib/gollum/frontend/public/css/global.css b/lib/gollum/frontend/public/css/global.css deleted file mode 100644 index ad11ea44..00000000 --- a/lib/gollum/frontend/public/css/global.css +++ /dev/null @@ -1,123 +0,0 @@ -h1, h2, h3, h4, h5, h6 { - color: #f90; - font-weight: bold; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -h1 { - font-size: 36pt; -} - -h2 { - font-size: 32pt; -} - -h3 { - font-size: 28pt; -} - -h4 { - font-size: 24pt; -} - -h5 { - font-size: 20pt; -} - -h6 { - font-size: 16pt; -} - -p { - font-family: Georgia, serif; - font-size: 14pt; - line-height: 22pt; -} - -.highlight { - border: 1px solid #eee; - padding: 0; - margin: 0; - font-size: 12pt; -} - -.highlight pre { - background-color: #f8f8ff; - margin: 0; - padding: .5em; -} - -#nav { - width: 60em; - margin: 0 auto; - color: #666; -} - -#content { - width: 60em; - margin: 0 auto; - color: #666; -} - -a.absent { - color: #a00; -} - -/* Forms */ - -textarea { - width: 100%; - height: 20em; -} - -/* Images */ - -.frame { - margin: 1em 0; - display: inline-block; -} - -.frame img { - display: block; -} - -.frame > span { - display: block; - border: 1px solid #aaa; - padding: 4px; -} - -.frame span span { - display: block; - font-size: 10pt; - margin: 0; - padding: 4px 0 2px 0; - text-align: center; - line-height: 10pt; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -.float-left { - float: left; - padding: .5em 1em .25em 0; -} - -.float-right { - float: right; - padding: .5em 0 .25em 1em; -} - -.align-left { - display: block; - text-align: left; -} - -.align-center { - display: block; - text-align: center; -} - -.align-right { - display: block; - text-align: right; -} \ No newline at end of file