Various HTML 5 fixes.

This commit is contained in:
Thom Brown
2015-02-06 13:15:36 +00:00
committed by Dave Page
parent 50c6b42273
commit 506dd6437f
5 changed files with 38 additions and 53 deletions

View File

@@ -1,22 +0,0 @@
/* ==========================================================================
Author's custom styles
========================================================================== */

View File

@@ -1,4 +1,4 @@
/* Overrides/fixes for pgAdmin specific styling in Bootstrap */
/* Overrides/fixes for pgAdmin specific styling */
/* Use the full width of the screen */
.container {
@@ -14,3 +14,8 @@
background-color: #428bca;
color: #fff;
}
/* iFrames should have no border */
iframe {
border-width: 0;
}