Skip to content
Snippets Groups Projects
Commit c80b3b12 authored by Anton's avatar Anton
Browse files

У ссылок нормальный цвет в верхнем правом углу

parent 7f57555c
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ class Controller_Teacher_Rating extends Controller_UserEnvi { ...@@ -68,7 +68,7 @@ class Controller_Teacher_Rating extends Controller_UserEnvi {
} }
$twig->tableRate = $studentsHandled; $twig->tableRate = $studentsHandled;
$this->response->body($twig); $this->response->body($twig);
//$this->response->body(var_dump($disciplineHandled)); //$this->response->body(var_dump($disciplineHandled));
//$this->response->body(var_dump($studentsHandled)); //$this->response->body(var_dump($studentsHandled));
......
...@@ -10,7 +10,18 @@ div { ...@@ -10,7 +10,18 @@ div {
height: auto; height: auto;
overflow: hidden overflow: hidden
} }
a {
font-size: 10pt;
text-decoration: none;
color: #0183ce;
}
a:link {
text-decoration: none
}
a:hover {
text-decoration: underline
}
/*-----------------------------------HEAD-------------------------------------------------*/ /*-----------------------------------HEAD-------------------------------------------------*/
.header_wrapper { .header_wrapper {
background-color: #ffffff; background-color: #ffffff;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment