All blog posts, code samples and downloads licensed under Apache License 2.0.
Close

Some CSS tweaks for Bootstrap4XPages

Oliver Busse on 11/20/2013 19:59:37 CET, filed under XSP CSS Theme 

As I changed back to Bootstrap for my website I discovered some visual issues in the implementation of Bootstrap when using the Applayout control. Here are my CSS tweaks

/* bootstrap tweaks */
.nav-tabs>li>a {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.nav-tabs {
	border-bottom: 0 none;
}

Tagged with css extlib bootstrap domino