summaryrefslogtreecommitdiff
path: root/book/src/main/resources
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-10 22:51:49 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-10 22:51:49 -0800
commit7903f44bfb61d292e497fb40ac8a36ba03cedb2a (patch)
treef768813f144c7b1a8733c6dcc0deb92e4b110837 /book/src/main/resources
parentebdba5a49e6c1be8d271752d1d546142c37453a9 (diff)
downloadhands-on-scala-js-7903f44bfb61d292e497fb40ac8a36ba03cedb2a.tar.gz
hands-on-scala-js-7903f44bfb61d292e497fb40ac8a36ba03cedb2a.tar.bz2
hands-on-scala-js-7903f44bfb61d292e497fb40ac8a36ba03cedb2a.zip
Fixed up table CSS, standardized tables, standardized links
Diffstat (limited to 'book/src/main/resources')
-rwxr-xr-xbook/src/main/resources/css/layouts/side-menu.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/book/src/main/resources/css/layouts/side-menu.css b/book/src/main/resources/css/layouts/side-menu.css
index 4fcc658..1807112 100755
--- a/book/src/main/resources/css/layouts/side-menu.css
+++ b/book/src/main/resources/css/layouts/side-menu.css
@@ -248,7 +248,34 @@ Hides the menu at `48em`, but modify this based on your app's needs.
left: 250px;
}
}
-
+/* Custom Stuff */
+a:link {
+ color: #479;
+ text-decoration: none;
+}
+a:visited {
+ color: #858;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}
+a:active {
+ color: #000;
+ text-decoration: underline;
+}
+code{
+ color: #000;
+}
+.half-table{
+ width: 100%;
+}
+.half-table td{
+ width: 50%;
+}
+.half-table th{
+ width: 50%;
+}
/*Workaround for bug in highlight.js IDEA theme*/
.hljs-tag, .hljs-symbol{
background: none;