summaryrefslogtreecommitdiff
path: root/docroot/specialcases.css
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-01-17 12:06:15 -0500
committerMike Crute <mcrute@gmail.com>2010-01-17 12:06:15 -0500
commit55974d21a824378b287e563bce4c32597060cfca (patch)
treeff8426efe10ff98189fee26583f061fb08f19a50 /docroot/specialcases.css
downloadsantoprene_designer_site-master.tar.bz2
santoprene_designer_site-master.tar.xz
santoprene_designer_site-master.zip
Initial importHEADmaster
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