Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv8243
Modified Files:
orangeCream.css
Log Message:
Merge kinematics patch that updates the UI for priority 2 accessibility requirements
Index: orangeCream.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/orangeCream.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** orangeCream.css 19 Feb 2003 19:22:45 -0000 1.3
--- orangeCream.css 20 Feb 2003 11:11:40 -0000 1.4
***************
*** 77,89 ****
}
! .settingsTable {
border: 1px solid Black;
}
! .openMessageTable, .lookupResultsTable {
border: 3px solid Black;
}
! .settingsPanel {
border: 1px solid Black;
}
--- 77,89 ----
}
! table.settingsTable {
border: 1px solid Black;
}
! table.openMessageTable, table.lookupResultsTable {
border: 3px solid Black;
}
! td.settingsPanel {
border: 1px solid Black;
}
***************
*** 175,179 ****
color: #8c6866;
font-weight: bold;
- text-decoration: none;
}
--- 175,178 ----
***************
*** 226,230 ****
}
! td.logo2menuSpace {
height: 0.8em;
}
--- 225,229 ----
}
! td.logo2menuSpace {
height: 0.8em;
}
***************
*** 420,432 ****
padding-right: 0.5em;
padding-bottom: 1.0em;
- }
-
- .historyLabel em {
- font-weight: bold;
- font-style: normal;
- }
-
- .magnetsTable caption {
- text-align: left;
}
--- 419,422 ----
|