aboutsummaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app.css')
-rw-r--r--app.css46
1 files changed, 29 insertions, 17 deletions
diff --git a/app.css b/app.css
index a14e694..5ade0b8 100644
--- a/app.css
+++ b/app.css
@@ -1,30 +1,42 @@
body {
- color: #333;
- padding: 14px;
- line-height: 22px;
- text-align: center;
- font-family: helvetica, arial, freesans, clean, sans-serif;
- background-image:url('lined_paper.png');
+ color: #333;
+ padding: 14px;
+ line-height: 22px;
+ width: 650px;
+ margin: 0 auto;
+ font-family: helvetica, arial, freesans, clean, sans-serif;
}
-span.lastcommit {
- font-size: 22px !important;
+body > * {
+ text-align: center;
+}
+
+span.lastcommit-widget {
+ font-size: 22px !important;
+ display: flex;
+ justify-content: center;
}
a:hover {
- color: #00438A;
- text-decoration: underline;
+ color: #00438A;
+ text-decoration: underline;
}
+
a {
- color: #0069D6;
- text-decoration: none;
+ color: #0069D6;
+ text-decoration: none;
}
-
pre {
- color: #404040;
- font-family: Monaco, 'Andale Mono', 'Courier New', monospace;
- font-size: 12px;
-
+ color: #404040;
+ font-family: Monospace, 'Andale Mono', 'Courier New';
+ font-size: 12px;
+ text-align: left;
+ border: 0 !important;
+}
+iframe {
+ display: block;
+ margin: 0 auto;
+ width: 80px;
}