Skip to content

Commit db2f5bb

Browse files
committed
Libraries/Tools css
1 parent b4e84ef commit db2f5bb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ hr.noshade { height: 0px; color: #f1f1f1; border-color: #e0e0e0; margin: 30px 0
534534
}
535535
.contributions ul li {
536536
display: inline-block;
537+
min-width: 200px;
537538
margin-bottom: 20px;
538539
}
539540
.contributions ul li h5:before {

generate/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function showloading()
2323
</script>
2424

2525
<style type="text/css">
26-
body { margin: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
26+
body { margin: 0 auto; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
2727

2828
h1 { margin: 0; width: 900px; background: #000; }
2929

@@ -52,7 +52,7 @@ function showloading()
5252
ul, li { margin: 0; padding: 0; list-style: none; }
5353
li { margin-bottom: 1em; }
5454

55-
#status-container { display: none; background: #efefff; border: 1px solid #c8c8ff; padding: 5px; width: 830px; overflow-x: hidden; }
55+
#status-container { display: none; background: #efefff; border: 1px solid #c8c8ff; padding: 5px; width: 820px; overflow-x: hidden; margin-bottom: 34px; }
5656
#status-container h3 { margin: 0; }
5757
#status { font-size: 12px; }
5858

0 commit comments

Comments
 (0)