Skip to content

Commit

Permalink
webservice MDL-20803 updated the css, kudo to Sam H. Javascript been …
Browse files Browse the repository at this point in the history
…fixed by other fix.
  • Loading branch information
mouneyrac committed Jan 29, 2010
1 parent 4196f8f commit d40fdeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
8 changes: 8 additions & 0 deletions theme/standardold/style/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4471,3 +4471,11 @@ table.mod_index {
position: relative;
top: 2px;
}


/****** Web services ******/
#webservice-doc-generator td
{
text-align: left;
border: 0px solid black;
}
26 changes: 0 additions & 26 deletions webservice/wsdoc.css

This file was deleted.

4 changes: 0 additions & 4 deletions webservice/wsdoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ protected function display_documentation_html() {
$PAGE->set_pagelayout('popup');
$PAGE->set_pagetype('webservice-doc-generator');

$PAGE->requires->css('webservice/wsdoc.css');

echo $OUTPUT->header();

$activatedprotocol = array();
Expand Down Expand Up @@ -271,8 +269,6 @@ protected function display_login_page_html($errormessage) {
$PAGE->set_heading($SITE->fullname." ".get_string('wsdocumentation', 'webservice'));
$PAGE->set_pagelayout('popup');
$PAGE->set_pagetype('webservice-doc-generator-login');

$PAGE->requires->css('webservice/wsdoc.css');

echo $OUTPUT->header();

Expand Down

0 comments on commit d40fdeb

Please sign in to comment.