X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=2d5060b837b3ca1412180d371d690f4a422b7730;hb=d19b7b577a3b51ad59f88cf0057bf9ff49343d7e;hp=f9ccad3dc93d90b49bc40d248c98972e987ac3f5;hpb=2d5a49fc7d61e2a7353ece540c3f12f2f08a0ba0;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index f9ccad3..2d5060b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -11,30 +11,6 @@ footer{ color: #777; } -#logo { - margin: 5em auto 2em; - display: block; -} - -h1 { - font-size: 2em !important; -} - -.txtstuff { - overflow: hidden; -} - -.hiddendiv { - display: none; - white-space: pre-wrap; - word-wrap: break-word; - overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ -} - -a.thumbnail { - border: none !important; -} - div.container-fluid { padding: 0 15px; } @@ -55,11 +31,6 @@ a.dropdown-toggle{ table-layout: fixed; } -#clock{ - float: right; - margin-right: 1em; -} - nav li{ padding: 5px; } @@ -95,4 +66,16 @@ ul.inline li:last-child:after { .reqjs { display: none !important; -} \ No newline at end of file +} + +td.user, td.owner, .break-all { + word-break: break-all; +} + +#themes { + margin-left: 0; +} + +#themes:before { + content: " Themes: "; +}