9 lines
141 B
CSS
9 lines
141 B
CSS
html {
|
|
/* Font size is needed to make the activity bar the corect size. */
|
|
font-size: 10px;
|
|
}
|
|
|
|
#outerContainer {
|
|
position: relative;
|
|
}
|