summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-03-28 13:25:11 -0400
committerBen Burwell <ben@benburwell.com>2015-03-28 13:25:11 -0400
commit69c3a754d8e81bd71821efbc03da5b5a6a91d885 (patch)
treece4470685856b5a70577414f65744daad2bb1e6b /assets
parent5fda997389199e1b42c3096a4d9d41e2056ff6b8 (diff)
Added resetting lost password post
Diffstat (limited to 'assets')
-rw-r--r--assets/images/ubuntu-grub.pngbin0 -> 32135 bytes
-rw-r--r--assets/stylesheets/site.scss14
2 files changed, 12 insertions, 2 deletions
diff --git a/assets/images/ubuntu-grub.png b/assets/images/ubuntu-grub.png
new file mode 100644
index 0000000..358c626
--- /dev/null
+++ b/assets/images/ubuntu-grub.png
Binary files differ
diff --git a/assets/stylesheets/site.scss b/assets/stylesheets/site.scss
index a2ae002..abf7ace 100644
--- a/assets/stylesheets/site.scss
+++ b/assets/stylesheets/site.scss
@@ -86,7 +86,7 @@ table {
margin-bottom: 1em;
}
-td {
+table.data-table td {
font-size: 0.8em;
padding: 0.5em;
vertical-align: top;
@@ -111,6 +111,16 @@ code {
// color: $base1;
}
+kbd {
+ font-size: 0.7em;
+ border: 1px solid $base1;
+ border-radius: 3px;
+ padding: 1px 5px;
+ border-bottom-width: 2px;
+ color: $base01;
+ font-family: $monospace;
+}
+
footer {
font-family: $monospace;
text-align: center;
@@ -170,7 +180,7 @@ header {
}
}
-.about {
+.about {
width: 80%;
margin-left: auto;
margin-right: auto;