Nuke bullets for everything but testdata. Nuke some stale styles. Bug

391547
This commit is contained in:
zach%zachlipton.com 2007-08-14 23:53:59 +00:00
Родитель 13dfde26d0
Коммит c3d330124b
1 изменённых файлов: 16 добавлений и 16 удалений

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

@ -70,6 +70,21 @@
#qa_tabbox html|a:hover,
#qa_tabbox html|a:active {
color: #333;
}
/*remove bullets for everything but lists contained inside testcase data */
html|li {
list-style-type: none !important;
}
#qa-tab-litmus html|ul html|li {
list-style-type: disc !important;
}
#qa-tab-litmus html|ol html|li {
list-style-type: decimal !important;
}
#qa-tab-litmus html|ul, #qa-tab-litmus html|ol {
padding-left: 20px;
}
@ -188,20 +203,5 @@ tab:focus > .tab-middle {
.list {
padding-left: 10px;
}
}
/* @group test overview */
#qa-litmus-testoverview {
text-decoration: underline;
font-size: x-small;
}
.testoverview-previous {
background-color: #d8d8d8;
}
.testoverview-next {
background-color: #eaeaea;
}
.testoverview-current {
background-color: gray;
font-weight: bold;
}