about:startup - propagate theme chages to the other themes

This commit is contained in:
Daniel Brooks 2010-09-13 11:14:40 -04:00
Родитель 6dbd118bf3
Коммит 6229505a40
2 изменённых файлов: 40 добавлений и 8 удалений

Просмотреть файл

@ -1,6 +1,6 @@
h1 {
font-size: 140%;
margin: .5em 0;
font-size: 140%;
margin: .5em 0;
}
#graph, #overview {
@ -13,6 +13,22 @@ h1 {
height: 100px;
}
.legend table {
width: auto;
.toggle {
font-size: smaller;
padding: 1pt;
position: absolute;
right: 0;
text-align: right;
}
#showgraph {
display: none;
}
#tables {
display: none;
}
.legend table {
width: auto;
}

Просмотреть файл

@ -1,6 +1,6 @@
h1 {
font-size: 140%;
margin: .5em 0;
font-size: 140%;
margin: .5em 0;
}
#graph, #overview {
@ -13,6 +13,22 @@ h1 {
height: 100px;
}
.legend table {
width: auto;
.toggle {
font-size: smaller;
padding: 1pt;
position: absolute;
right: 0;
text-align: right;
}
#showgraph {
display: none;
}
#tables {
display: none;
}
.legend table {
width: auto;
}