diff options
| author | Mark Wells <mark@freeside.biz> | 2012-03-05 19:34:07 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-03-05 19:34:07 -0800 |
| commit | 95e60c8173d4e10df22a6544959b0b31f2e154bb (patch) | |
| tree | 4e482d45adc213576af6d340e191687c2a5c3e41 | |
| parent | 9fef7746195611e66043a38408f7f2fe0a0809ec (diff) | |
missing file
| -rw-r--r-- | httemplate/elements/freeside-print.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/freeside-print.css b/httemplate/elements/freeside-print.css new file mode 100644 index 000000000..c3b99632e --- /dev/null +++ b/httemplate/elements/freeside-print.css @@ -0,0 +1,6 @@ +.fshead, .fsmenubar, .fssearchbar, .noprint { + display: none; +} +a { + text-decoration: none; +} |
