Skip to content

Commit

Permalink
Fixed #4. Text had shadow defined in the tab content
Browse files Browse the repository at this point in the history
  • Loading branch information
FransBouma committed Feb 12, 2016
1 parent b14049b commit c11e13e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions Themes/Default/Destination/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab-content:nth-of-type(2) {
Expand All @@ -691,7 +690,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab-content:nth-of-type(3) {
Expand All @@ -704,7 +702,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab-content:nth-of-type(4) {
Expand All @@ -717,7 +714,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab-content:nth-of-type(5) {
Expand All @@ -730,7 +726,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(6) ~ .tab-content:nth-of-type(6) {
Expand All @@ -743,7 +738,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(7) ~ .tab-content:nth-of-type(7) {
Expand All @@ -756,7 +750,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(8) ~ .tab-content:nth-of-type(8) {
Expand All @@ -769,7 +762,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

/*
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#DocNet

DocNet is a simple static documentation generator, using markdown files to build the content.
DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content.

To learn more about DocNet, please visit its own documentation site, created with `Docnet` itself at:
[http://fransbouma.github.io/DocNet/](http://fransbouma.github.io/DocNet/)
Expand Down

0 comments on commit c11e13e

Please sign in to comment.