[Commits] [svn:einsteintoolkit] www/global/ (Rev. 110)
cjordan at cct.lsu.edu
cjordan at cct.lsu.edu
Tue Mar 23 15:53:09 CDT 2010
User: cjordan
Date: 2010/03/23 03:53 PM
Modified:
/global/
layout.css, style.css
Log:
addressed tacky firefox behavior of adding borders to image links, cleaned up css formatting
File Changes:
Directory: /global/
===================
File [modified]: layout.css
Delta lines: +14 -14
===================================================================
--- global/layout.css 2010-03-23 20:48:30 UTC (rev 109)
+++ global/layout.css 2010-03-23 20:53:09 UTC (rev 110)
@@ -1,28 +1,28 @@
#header {
-padding:0px;
-margin:0px;
+padding: 0px;
+margin: 0px;
/*background:#ddd;*/
}
#sidebar {
-float:left;
-width:20%;
-margin:0px;
-padding-bottom:20px;
+float: left;
+width: 20%;
+margin: 0px;
+padding-bottom: 20px;
/*background:#9c9;*/
}
#main {
-float:left;
-width:65%;
-margin:0px;
-padding:0px;
+float: left;
+width: 65%;
+margin: 0px;
+padding: 0px;
/*background:#99c;*/
}
#footer {
-clear:both;
-margin:0px;
-margin-bottom:30px;
+clear: both;
+margin: 0px;
+margin-bottom: 30px;
/*background:#cc9;*/
}
#footer p {
-margin:0;
+margin: 0px;
}
\ No newline at end of file
File [modified]: style.css
Delta lines: +53 -50
===================================================================
--- global/style.css 2010-03-23 20:48:30 UTC (rev 109)
+++ global/style.css 2010-03-23 20:53:09 UTC (rev 110)
@@ -1,117 +1,120 @@
html {
- background-color : #eee;
+ background-color: #eee;
}
body {
- margin-top : 0px;
- color : #000;
- font-family : Helvetica, sans-serif;
- font-size : 0.95em;
+ margin-top: 0px;
+ color: #000;
+ font-family: Helvetica, sans-serif;
+ font-size: 0.95em;
}
li, h1, h2, h3, h4, p {
- text-shadow : #bbb 1px 1px 2px;
+ text-shadow: #bbb 1px 1px 2px;
}
h1 {
- font-size : 3.5em;
+ font-size: 3.5em;
}
h2 {
- font-size : 2em;
+ font-size: 2em;
}
h3 {
- font-size : 1.5em;
+ font-size: 1.5em;
}
h1, h2, h3 {
- margin : 0.3em 0 0 0;
- font-variant : small-caps;
- color : black;
- text-shadow : #ccc 2px 2px 5px;
+ margin: 0.3em 0 0 0;
+ font-variant: small-caps;
+ color: black;
+ text-shadow: #ccc 2px 2px 5px;
}
h1, h2, h3, h4, h5, h6, strong {
- font-weight : bold;
+ font-weight: bold;
}
abbr, acronym {
- border-bottom : 1px dotted #000;
- cursor : help;
+ border-bottom: 1px dotted #000;
+ cursor: help;
}
strong {
- font-weight : bold;
+ font-weight: bold;
}
em {
- font-style : italic;
+ font-style: italic;
}
blockquote, ul, ol, dl {
- margin : 0.25em;
+ margin: 0.25em;
}
ol, ul, dl {
- margin : 0 0 1em .2em;
- padding : 0 0 0 .8em;
+ margin: 0 0 1em .2em;
+ padding: 0 0 0 .8em;
}
ol li {
- list-style : decimal;
+ list-style: decimal;
}
ul li {
- list-style : circle;
+ list-style: circle;
}
dl dd {
- margin-left : 1em;
+ margin-left: 1em;
}
th, td {
- border : 1px solid #000;
- padding : 0.5em;
+ border: 1px solid #000;
+ padding: 0.5em;
}
th {
- font-weight : bold;
- text-align : center;
+ font-weight: bold;
+ text-align: center;
}
table.noborder td{
- border : none;
+ border: none;
}
caption {
- margin-bottom : 0.5em;
- text-align : center;
+ margin-bottom: 0.5em;
+ text-align: center;
}
p, fieldset, table, pre {
- margin-bottom : 1em;
+ margin-bottom: 1em;
}
p#footer {
- text-align : center;
+ text-align: center;
}
p#logo {
- margin-top : 25px;
+ margin-top: 25px;
}
p#einstein {
- text-align : center;
+ text-align: center;
}
ul.nav {
- margin : 0;
+ margin: 0;
}
ul.nav li {
- list-style-type : none;
- font-size : 1.2em;
+ list-style-type: none;
+ font-size: 1.2em;
}
ul.subnav {
- margin-top : 0;
- margin-bottom : 5px;
- font-size : 0.85em;
+ margin-top: 0;
+ margin-bottom: 5px;
+ font-size: 0.85em;
}
.small {
- font-size : 0.7em;
+ font-size: 0.7em;
}
a:link {
- color : #f60;
- text-decoration : none;
+ color: #f60;
+ text-decoration: none;
}
a:visited {
- color : #f80;
- text-decoration : none;
+ color: #f80;
+ text-decoration: none;
}
a:hover {
- text-shadow : #fc0 0 0 5px;
+ text-shadow: #fc0 0 0 5px;
}
a:active {
- color : blue;
- text-decoration : none;
+ color: blue;
+ text-decoration: none;
}
a.nostyle {
- color : #000;
+ color: #000;
+}
+img {
+ border-style: none;
}
\ No newline at end of file
More information about the Commits
mailing list