- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2011 05:45:42 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv32148
Modified Files:
battery-status.html
Log Message:
remove redundant CSS
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- battery-status.html 19 Oct 2011 17:07:33 -0000 1.56
+++ battery-status.html 20 Oct 2011 05:45:39 -0000 1.57
@@ -25,35 +25,6 @@
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status",
};
</script>
- <style type='text/css'>
- .event {
- font-family: monospace;
- color: #459900;
- }
- a.internalDFN:link, a.internalDFN:visited {
- font-family: monospace;
- border-bottom: 0;
- color: #459900;
- }
- .event-type-battery {
- border-collapse: collapse;
- width: 100%;
- }
- .event-type-battery td {
- border-bottom: 1px solid #DDDDDD;
- }
- .event-type-battery th {
- font-family: initial;
- text-shadow: 1px 1px 0 #666666;
- color: white;
- background-color: #90B8DE;
- text-align: left;
- font-weight: normal;
- }
- .event-type-battery th, .event-type-battery td {
- padding: 0 5px 0 5px;
- }
- </style>
</head>
<body>
<section id='abstract'>
Received on Thursday, 20 October 2011 05:45:52 UTC