diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | dash/css/dash.css | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa8237c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# vim backup files +*.swp +.*.swp diff --git a/dash/css/dash.css b/dash/css/dash.css index d46f352..b860d69 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -158,3 +158,11 @@ body { background-image: url('../img/x_hover.png'); cursor: pointer; } +#fulljob { + margin: 2em auto 2em auto; + width: 512px; + height: 512px; + padding: 1em; + box-shadow: 0px 0px 5px rgba(0,0,0,0.75); + border-radius: 3px; +} |
