summaryrefslogtreecommitdiff
path: root/docroot/specialcases.css
diff options
context:
space:
mode:
Diffstat (limited to 'docroot/specialcases.css')
-rwxr-xr-xdocroot/specialcases.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/docroot/specialcases.css b/docroot/specialcases.css
new file mode 100755
index 0000000..35df927
--- /dev/null
+++ b/docroot/specialcases.css
@@ -0,0 +1,16 @@
1/*
2 * Material Experience - Special Cases Stylesheet
3 *
4 * EYEMG - Interactive Media Group
5 * Created by Mike Crute (mcrute@eyemg.com)
6 * Updated by Mike Crute (mcrute@eyemg.com) on 9/26/07
7 *
8 * Stylesheet that should be sourced by all special cases card content.
9 * This should do a bare minimum of styles but they are all required
10 * per the client.
11 */
12
13a, a:visited
14{
15 color: rgb(100, 100, 100);
16} \ No newline at end of file