summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-11-05 03:14:33 -0700
committerraylu <raylu@mixpanel.com>2011-11-05 03:14:33 -0700
commita5e930a4e59cb0776cb4ee5826e2e9e3624c9f2a (patch)
tree07edfcad75e52d05ec6d26d23ebc60f38c7f4d46
parentcf4af138b16da878404cf3319d5d988dacee198a (diff)
downloadpathery-a5e930a4e59cb0776cb4ee5826e2e9e3624c9f2a.tar.xz
oops, forgot to commit this
-rw-r--r--css/tutorial.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/css/tutorial.css b/css/tutorial.css
new file mode 100644
index 0000000..269ff52
--- /dev/null
+++ b/css/tutorial.css
@@ -0,0 +1,23 @@
+table.padded td:first-child {
+ padding-right: 5px;
+}
+
+a.next {
+ color: #ddd;
+ background-color: #334;
+ padding: 3px 10px;
+ border-radius: 5px;
+ text-decoration: none;
+ border: 1px solid #446;
+ box-shadow: 0 0 1px #445;
+ float: right;
+ margin: 0 10px;
+}
+a.next:hover {
+ background-color: #446;
+ border: 1px solid #223;
+}
+
+.hidden {
+ display: none;
+}