summaryrefslogtreecommitdiff
path: root/source/designs/cyborg/css/sublab.css
blob: d1a2f6247f8771704eeefbd23925f273ccede387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
img.logo	{

	max-width: 100%;
}

img.thumbnail	{
	max-width: 100%;
}

img.img-content	{
	max-width: 30%;
}

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}

ul.nav li.dropdown:hover ul.dropdown-menu{
	    display: block;
	        margin-top:0px
	}