mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
266a553f5d
Reverted the license headers in sample apps code. I left only in pom.xml files and in Java code. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@564339 13f79535-47bb-0310-9956-ffa450edef68
46 lines
643 B
CSS
46 lines
643 B
CSS
/**
|
|
* Mailreader stylesheet
|
|
*/
|
|
|
|
body {
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
link: 000066;
|
|
visited: #660066;
|
|
active: #33CCCC;
|
|
}
|
|
|
|
A:hover {
|
|
color: #FF0000;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h3 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h4 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h5 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h6 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
font.hint {
|
|
font-style: italic;
|
|
font-size: 80%;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-align: left;
|
|
} |