Browse Source

Fixed #4. Text had shadow defined in the tab content

tags/0.8.1
Frans Bouma 10 years ago
parent
commit
c11e13e62c
2 changed files with 1 additions and 9 deletions
  1. +0
    -8
      Themes/Default/Destination/css/theme.css
  2. +1
    -1
      readme.md

+ 0
- 8
Themes/Default/Destination/css/theme.css View File

@@ -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) {
@@ -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) {
@@ -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) {
@@ -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) {
@@ -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) {
@@ -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) {
@@ -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) {
@@ -769,7 +762,6 @@ td {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}

/*


+ 1
- 1
readme.md View File

@@ -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/)


Loading…
Cancel
Save