projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removing "www." in some links as well as the link to the deprecated feedback page.
[squirrelmail.git]
/
css
/
default.css
diff --git
a/css/default.css
b/css/default.css
index 32ccb4ac54502385cda333dc783512b2f587cca2..ba576e3a81862983ed6da4cab6e435435c839ac8 100644
(file)
--- a/
css/default.css
+++ b/
css/default.css
@@
-1,4
+1,6
@@
-/* older css template */
+/* older css template
+ FIXME: needs to be re-thought in context of templating system
+*/
body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
}
body, small {
body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
}
body, small {
@@
-45,10
+47,16
@@
a:link, a:visited, a:hover, a:active {
}
/* left_main.tpl definitions */
}
/* left_main.tpl definitions */
+div.sqm_leftMain {
+ text-align: center;
+ width:100%;
+}
+
.sqm_wrapperTable {
border:0;
padding:0;
.sqm_wrapperTable {
border:0;
padding:0;
- margin-left:0;
+ margin-left:auto;
+ margin-right: auto;
border-spacing:0;
width:99%
}
border-spacing:0;
width:99%
}