diff --git a/css/main.css b/css/main.css index 8b0d570f..d643f0a0 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,11 @@ body { background-image: url(../img/honeycomb.png); background-repeat: repeat; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; } #navbar { @@ -64,6 +69,13 @@ body { font-weight: bold; } +.ui-layout-center,.ui-layout-east,.ui-layout-south { + -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important; + -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important; + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important; + border-color: #cccccc !important; +} + .icon-code { background-position: -384px -168px; } diff --git a/index.html b/index.html index 1e01934e..aa80113a 100644 --- a/index.html +++ b/index.html @@ -51,8 +51,8 @@
  •