Skip to content
Snippets Groups Projects
Commit 036178be authored by Severine Duvaud's avatar Severine Duvaud
Browse files

Clean-up

parent ea5b9345
Branches
No related tags found
No related merge requests found
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
border-radius: 3px;
color: #3d4045;
font-size: 15px;
padding: 0 0;
}
.t3-megamenu .mega-dropdown-menu {
padding: 0 0;
border: 1px solid #ecf0f1;
box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
margin-left: -1px;
background: rgba(255, 255, 255, 0.96);
}
.t3-megamenu .mega-nav .dropdown-submenu > .mega-dropdown-menu > .mega-dropdown-inner {
padding: 0 0;
}
.t3-megamenu .mega-inner {
padding: 0 0;
}
.dropdown-submenu > .dropdown-menu {
left: 105%;
margin-left: -1px;
margin-top: -5px;
top: 0;
padding: 0 0;
}
.t3-megamenu .mega > .mega-dropdown-menu {
min-width: 50px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
min-height: 1px;
padding-left: 15px;
......@@ -42,15 +5,6 @@
position: relative;
}
.mega-nav > li {
padding-top: 4px;
padding-bottom: 4px;
}
.t3-sidebar-right {
padding: 0 0;
}
@media(max-width:780px) {
div.csRow div.csColumn{
width:100% !important;
......@@ -84,22 +38,9 @@
border-right: thin dotted gray;
}
/*.nav {
padding-right: 50px;
}
.navbar-toggle {
position: absolute;
right: 75px;
top: 0;
}*/
.footer {
/*position: absolute;*/
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
/*height: 60px;*/
line-height: 60px; /* Vertically center the text there */
background-color: #1E2425;
color: #ffffff;
......
......@@ -84,7 +84,7 @@
<!-- sm md with logos -->
<div class="hidden-lg">
<div class="col-md-10" style="margin-top:-20px">
<h1>Page Title</h1>
<h1>Home page</h1>
</div>
<div class="hidden-xs hidden-sm col-md-1">
<img src="img/logo_unil06_emblem_35.png">
......@@ -97,7 +97,7 @@
<!--lg only with logos-->
<div class="visible-lg">
<div class="col-md-8">
<h1>Page Title</h1>
<h1>Home page</h1>
</div>
<div class="col-md-2 vertical-separator">
<img src="img/2-unil_logo.png">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment