Skip to content
Snippets Groups Projects
Commit 7ce1bf77 authored by Andrew Rudenets's avatar Andrew Rudenets
Browse files

Ссылка на инструкцию

parent 56ef878d
Branches
Tags
No related merge requests found
......@@ -80,6 +80,10 @@
{% block main_content %}{% endblock %}
</div>
</div>
<div class="altFooter">
<a href='/instructions.doc'>Руководство пользователя (.doc)</a>
</div>
<div id="footer_fixBug" style="display: none"></div>
<div class="footer" style="display: none">
<a href='http://vk.com/itlab_mmcs'>IT-лаборатория мехмата ЮФУ &copy; 2014</a>
......
......@@ -52,6 +52,9 @@
<div class='footer'>
<a href='http://vk.com/itlab_mmcs'>IT-лаборатория мехмата ЮФУ &copy; 2014</a>
</div>
<div class="altFooter">
<a href='/instructions.doc'>Руководство пользователя (.doc)</a>
</div>
</div>
</body>
</html>
......@@ -183,6 +183,7 @@ a:hover {
max-width: 1000px;
min-width: 600px;
margin: 35px auto;
margin-bottom: 10px;
border-radius: 5px;
background-color: #ffffff;
box-shadow: 0 0 0 1px #ddd,0 3px 4px -3px #ddd;
......@@ -217,7 +218,17 @@ a:hover {
/*-------------------------------------FOOTER-----------------------------------------*/
.altFooter {
color: #757575;
font-size: 8pt;
text-align: center;
margin: 0 auto;
width: 50%;
}
.altFooter a {
color: #757575;
}
.footer {
box-shadow: 0 0 0 1px #ddd,0 3px 4px -3px #ddd;
......
......@@ -11,6 +11,18 @@ div {
height: auto;
overflow: hidden
}
a {
font-size: 10pt;
text-decoration: none;
color: #0183ce;
}
a:link {
text-decoration: none
}
a:hover {
text-decoration: underline
}
/*-----------------------------------HEAD-------------------------------------------------*/
.header_wrapper {
......@@ -184,4 +196,18 @@ div {
{
text-decoration: underline;
color: #b0b0b0;
}
.altFooter {
color: #757575;
text-align: center;
margin: 0 auto;
width: 50%;
}
.altFooter a {
color: #757575;
font-size: 8pt;
}
\ No newline at end of file
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