mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
c19d2c8058
- added to menus for refs, commits, and files
- show a message when there are no changes
14 lines
229 B
CSS
14 lines
229 B
CSS
#message {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
margin-top: 40px;
|
|
text-align: center;
|
|
font-size: 200%;
|
|
padding: 20px;
|
|
width: auto;
|
|
|
|
background-color: #B4D7FF;
|
|
border: 2px solid #45A1FE;
|
|
|
|
-webkit-border-radius: 10px;
|
|
} |